hmmm
I cannot opkg to install usb and move the .bin file, cannot wget to an internet resource as it comes back "bad address" with my gateway and ip's setup correctly.
Any ideas on how to move the .bin to the openwrt 3040?
I cannot opkg to install usb and move the .bin file, cannot wget to an internet resource as it comes back "bad address" with my gateway and ip's setup correctly.
Any ideas on how to move the .bin to the openwrt 3040?
Language: PHProot@OpenWrt:~# cat /etc/config/network config interface 'loopback' option ifname 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config interface 'lan' option ifname 'eth0' option type 'bridge' option proto 'static' option ipaddr '192.168.1.1' option netmask '255.255.255.0' option gateway '192.168.1.0' list dns '8.8.8.8'