eric
9
The snapshot OpenWrt version is very stripped down, so you have to manually load the USB drivers and the LUCI interface. After installing the bin file, your router will reboot, and change its IP address to: 192.168.1.1. Login to your router using the Ethernet port, with ssh (no password) to: root@192.168.1.1
Once logged, load the network drivers and the LUCI interface. The commands I ran were:
opkg update
opkg install kmod-rt2800-lib kmod-rt2800-usb kmod-rt2x00-lib kmod-rt2x00-usb
opkg install luci
At this point you should be able to access the LUCI at http://192.168.1.1, and setup your device.
1 Like