aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files
diff options
context:
space:
mode:
authorChuanhong Guo <gch981213@gmail.com>2019-07-25 22:17:51 +0800
committerChuanhong Guo <gch981213@gmail.com>2019-07-25 22:17:51 +0800
commit679a01f34ef526323650c055ae9e2fd622a9e9db (patch)
treeeb28b814b89788fbfc232e097d0c97a26227f649 /target/linux/ramips/base-files
parentee650ba46ca9cbd893f7e0cb06cf24cdabfa6ae7 (diff)
downloadupstream-679a01f34ef526323650c055ae9e2fd622a9e9db.tar.gz
upstream-679a01f34ef526323650c055ae9e2fd622a9e9db.tar.bz2
upstream-679a01f34ef526323650c055ae9e2fd622a9e9db.zip
ramips: drop an empty case in 02_network
There's an empty case in 02_network introduced by last commit. Drop it. Fixes: ee650ba46c ("ramips: remove needless setting of lan_mac to eth0 in 02_network") Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
Diffstat (limited to 'target/linux/ramips/base-files')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/02_network4
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network
index 7c969555e3..95bd2a44f1 100755
--- a/target/linux/ramips/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/base-files/etc/board.d/02_network
@@ -600,10 +600,6 @@ ramips_setup_macs()
[ -n "$lan_mac" ] || lan_mac=$(cat /sys/class/net/eth0/address)
wan_mac=$(macaddr_add "$lan_mac" 1)
;;
- hootoo,ht-tm02|\
- loewe,wmdr-143n|\
- unbranded,a5-v11)
- ;;
iodata,wn-ac1167gr|\
iodata,wn-ac733gr3)
wan_mac=$(macaddr_add "$(mtd_get_mac_binary factory 4)" -1)