🛡️ RPDevs OpenWrt Custom Package Feed

Official OPKG & APK v3 package distribution repository for OpenWrt router packages.

⚙️ How to Add Custom Feed to Your Router

Option A: OPKG (OpenWrt 23.05 and earlier)

SSH into your OpenWrt router and append the custom feed URL:

echo "src/gz rpdev_all https://openwrt.repo.iamrp.dev/packages/all" >> /etc/opkg/customfeeds.conf
opkg update
opkg install luci-app-nfs

Option B: APK v3 (OpenWrt 24.10+)

On modern OpenWrt releases utilizing the Alpine-based APK packaging format:

echo "https://openwrt.repo.iamrp.dev/packages/all" >> /etc/apk/repositories.d/rpdev.list
apk update
apk add luci-app-nfs

📦 Available Custom Packages

Package Version Format Description Download
luci-app-nfs v1.2.3 IPK (OPKG) Full LuCI GUI for OpenWrt Kernel NFS server (282 MB/s MT6000 wire speed). .ipk
luci-app-nfs v1.2.3 APK v3 Native Alpine/OpenWrt 24.10+ package bundle. .apk
Package Index OPKG GZ Repository package index for automated opkg update operations. Packages.gz