summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2019-07-15 17:50:36 +0200
committerChuanhong Guo <gch981213@gmail.com>2019-07-16 11:33:46 +0800
commit6d61fcfa9ecbdc0c6fec2c4ed385d8e78763c41f (patch)
treef9183a7391aebb9776a927166e8ee8ec77327db6
parentd08b5bb344792bb82ccbcf3a0a8d25c79e72f4fe (diff)
downloadopenwrt-6d61fcfa9ecbdc0c6fec2c4ed385d8e78763c41f.tar.gz
openwrt-6d61fcfa9ecbdc0c6fec2c4ed385d8e78763c41f.tar.bz2
openwrt-6d61fcfa9ecbdc0c6fec2c4ed385d8e78763c41f.zip
ramips: Remove left-over mistyped device string from 02_network
In 2011 (!), network setup for nexaira,bc2 was moved to network defaults script with a typo so it became b2c: 295e04084c ("ramips: setup bc2 mac addresses from the generic network script") This patch just removes the useless entry without replacement, since it seems to have worked for 8 years anyway. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/02_network1
1 files changed, 0 insertions, 1 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 c3b7cd4390..1ea0597ec6 100755
--- a/target/linux/ramips/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/base-files/etc/board.d/02_network
@@ -33,7 +33,6 @@ ramips_setup_interfaces()
case $board in
accton,wr6202|\
alfa-network,w502u|\
- b2c|\
netcore,nw718|\
petatel,psr-680w|\
skyline,sl-r7205|\