forked from Ivasoft/openwrt
adds ethernet driver, esw needs to be moved to swconfig, driver is missing rt288x support, not a platform device yet
SVN-Revision: 18128
This commit is contained in:
13
target/linux/ramips/base-files/etc/uci-defaults/network
Executable file
13
target/linux/ramips/base-files/etc/uci-defaults/network
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
RT305X=`cat /proc/cpuinfo | grep RT305`
|
||||
[ -z "${RT305X}" ] || {
|
||||
uci batch <<EOF
|
||||
set network.lan.ifname=eth0.1
|
||||
set network.wan=interface
|
||||
set network.wan.ifname=eth0.2
|
||||
set network.wan.proto=dhcp
|
||||
commit network
|
||||
EOF
|
||||
}
|
||||
|
||||
uci commit network
|
||||
Reference in New Issue
Block a user