Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
boards:wr841nd [2018/12/07 17:36]
darron
boards:wr841nd [2018/12/07 18:57] (current)
darron [OpenWRT LEDE]
Line 134: Line 134:
 Copy the packages to the router's tmp directory, Eg. Copy the packages to the router's tmp directory, Eg.
 <code> <code>
-scp bin/ar71xx/packages/base/kmod-dnsresolver_4.1.15-1_ar71xx.ipk root@192.168.1.1:/tmp +scp bin/targets/ar71xx/generic/packages/kmod-dnsresolver_4.4.153-1_mips_24kc.ipk root@192.168.1.1:/tmp 
-scp bin/ar71xx/packages/base/kmod-fs-nfs-common_4.1.15-1_ar71xx.ipk root@192.168.1.1:/tmp +scp bin/targets/ar71xx/generic/packages/kmod-fs-nfs-common_4.4.153-1_mips_24kc.ipk root@192.168.1.1:/tmp 
-scp bin/ar71xx/packages/base/kmod-fs-nfs_4.1.15-1_ar71xx.ipk root@192.168.1.1:/tmp+scp bin/targets/ar71xx/generic/packages/kmod-fs-nfs_4.4.153-1_mips_24kc.ipk root@192.168.1.1:/tmp
 </code> </code>
  
 Then, on the router install the packages. Then, on the router install the packages.
 <code> <code>
-opkg install kmod-dnsresolver_4.1.15-1_ar71xx.ipk  +opkg install kmod-dnsresolver_4.4.153-1_mips_24kc.ipk 
-opkg install kmod-fs-nfs-common_4.1.15-1_ar71xx.ipk  +opkg install kmod-fs-nfs-common_4.4.153-1_mips_24kc.ipk 
-opkg install kmod-fs-nfs_4.1.15-1_ar71xx.ipk +opkg install kmod-fs-nfs_4.4.153-1_mips_24kc.ipk
 </code> </code>