diff options
author | John Crispin <john@openwrt.org> | 2014-12-11 22:27:56 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-12-11 22:27:56 +0000 |
commit | 21349229f7dfdf956156d32c7dc695c7f12826e0 (patch) | |
tree | b017de9ad07bb5eb73a9741c51be113b1ff4e313 /target/linux/au1000/base-files/etc | |
parent | ad35bcc41e54a3444c3901eec86f255d3841b941 (diff) | |
download | mtk-20170518-21349229f7dfdf956156d32c7dc695c7f12826e0.zip mtk-20170518-21349229f7dfdf956156d32c7dc695c7f12826e0.tar.gz mtk-20170518-21349229f7dfdf956156d32c7dc695c7f12826e0.tar.bz2 |
au1000: revert 43626 due to syntax errors
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43641
Diffstat (limited to 'target/linux/au1000/base-files/etc')
-rwxr-xr-x | target/linux/au1000/base-files/etc/uci-defaults/02_network | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/target/linux/au1000/base-files/etc/uci-defaults/02_network b/target/linux/au1000/base-files/etc/uci-defaults/02_network deleted file mode 100755 index 80bfb73..0000000 --- a/target/linux/au1000/base-files/etc/uci-defaults/02_network +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -. /lib/au1000.sh -. /lib/functions/system.sh -. /lib/functions/uci-defaults.sh -MAC= - -case "$(au1000_board_name)" in - 'internetbox') - MAC="$( au1000_yamonenv_getvar 'ethaddr' )" - MAC="$( macaddr_canonicalize "$MAC" )" - - [ -n "$MAC ] && ucidef_set_interface_macaddr lan "$MAC" - ;; -esac - -[ -z "$MAC" ] || uci commit network |