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/mpc83xx/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/mpc83xx/base-files/etc/uci-defaults/network')
| -rwxr-xr-x | target/linux/mpc83xx/base-files/etc/uci-defaults/network | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/target/linux/mpc83xx/base-files/etc/uci-defaults/network b/target/linux/mpc83xx/base-files/etc/uci-defaults/network deleted file mode 100755 index a3467aa..0000000 --- a/target/linux/mpc83xx/base-files/etc/uci-defaults/network +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2012 OpenWrt.org -# - -[ -e /etc/config/network ] && exit 0 - -touch /etc/config/network - -. /lib/functions/uci-defaults.sh -. /lib/mpc83xx.sh - -ucidef_set_interface_loopback - -board=$(mpc83xx_board_name) - -case "$board" in -rb333) - ucidef_set_interfaces_lan_wan "eth0 eth1" "eth2" - ;; - -*) - ucidef_set_interfaces_lan_wan "eth0" "eth1" - ;; -esac - -uci commit network - -exit 0 |
