diff options
| author | Jo-Philipp Wich <jow@openwrt.org> | 2013-01-18 12:42:53 +0000 |
|---|---|---|
| committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-01-18 12:42:53 +0000 |
| commit | 3a2cccda2eb45c6b55ef33c73a4af2c88935f383 (patch) | |
| tree | 42f8f7a8c928a04176ec598da4684b0d778e216d /target/linux/ar7/base-files/etc/uci-defaults/network | |
| parent | 0de21d9747688e37cc9a9fb92c41abcdde9ef09f (diff) | |
| download | mtk-20170518-3a2cccda2eb45c6b55ef33c73a4af2c88935f383.zip mtk-20170518-3a2cccda2eb45c6b55ef33c73a4af2c88935f383.tar.gz mtk-20170518-3a2cccda2eb45c6b55ef33c73a4af2c88935f383.tar.bz2 | |
all targets: use numerically prefixed uci-defaults file names to better control order of execution
SVN-Revision: 35217
Diffstat (limited to 'target/linux/ar7/base-files/etc/uci-defaults/network')
| -rw-r--r-- | target/linux/ar7/base-files/etc/uci-defaults/network | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/target/linux/ar7/base-files/etc/uci-defaults/network b/target/linux/ar7/base-files/etc/uci-defaults/network deleted file mode 100644 index 2d35c56..0000000 --- a/target/linux/ar7/base-files/etc/uci-defaults/network +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh -if [ -e "/sys/bus/mdio_bus/drivers/IC+ IP175A/1:00" -o \ - -e "/sys/bus/mdio_bus/drivers/IC+ IP17xx/1:00" ] && \ - [ -x /sbin/swconfig ]; -then - uci batch <<EOF -set network.eth0=switch -set network.eth0.name=eth0 -set network.eth0.reset=1 -set network.eth0.enable_vlan=1 -set network.eth0_1=switch_vlan -set network.eth0_1.device=eth0 -set network.eth0_1.vlan=1 -set network.eth0_1.ports="0 1 2 3 4t" -commit network -EOF - HAS_SWITCH=1 -fi - -if [ -n "$HAS_SWITCH" -o \ - -e "/sys/bus/mdio_bus/drivers/Infineon ADM6996/1:00" -o \ - -e "/sys/bus/mdio_bus/drivers/Marvell 88E6060/1:10" ]; then - uci batch <<EOF -set network.lan.ifname=eth0.1 -commit network -EOF - HAS_SWITCH=1 -fi - -uci commit network |
