Openwrt 2.4 ipkg problem
If you have an Openwrt brcm 2.4 installed on your router and you are not able to install any application and getting 404 error using ipkg install xyz. That is because OpenWRT guys changed the URL of the snapshot
Please use src snapshots http://downloads.openwrt.org/snapshots/trunk/brcm-2.4/packages/
INSTEAD of src snapshots http://downloads.openwrt.org/snapshots/brcm-2.4/packages
this is could be done by editing /etc/ipkg.conf file and add the link http://downloads.openwrt.org/snapshots/trunk/brcm-2.4/packages/
Please use src snapshots http://downloads.openwrt.org/snapshots/trunk/brcm-2.4/packages/
INSTEAD of src snapshots http://downloads.openwrt.org/snapshots/brcm-2.4/packages
this is could be done by editing /etc/ipkg.conf file and add the link http://downloads.openwrt.org/snapshots/trunk/brcm-2.4/packages/
Comments