mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[backfire] remove targets not (yet) supported in 10.03
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20665 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
::sysinit:/etc/init.d/rcS S boot
|
||||
::shutdown:/etc/init.d/rcS K stop
|
||||
ttyS0::askfirst:/bin/ash --login
|
||||
ttyS1::askfirst:/bin/ash --login
|
||||
@@ -1,13 +0,0 @@
|
||||
#!/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