mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[ramips] adds ethernet driver, esw needs to be moved to swconfig, driver is missing rt288x support, not a platform device yet
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18128 3c298f89-4303-0410-b956-a3cf2f4a3e73
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