From: Chuanhong Guo Date: Thu, 25 Jul 2019 14:17:51 +0000 (+0800) Subject: ramips: drop an empty case in 02_network X-Git-Url: http://git.openwrt.org/ubox.git?a=commitdiff_plain;h=679a01f34ef526323650c055ae9e2fd622a9e9db;p=openwrt%2Fstaging%2Flynxis.git 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 --- 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)