[OpenWrt-Devel] [PATCH] ramips: Remove left-over mistyped device string from 02_network
Adrian Schmutzler
freifunk at adrianschmutzler.de
Mon Jul 15 11:50:36 EDT 2019
In 2011 (!), network setup for nexaira,bc2 was moved to network
defaults script with a typo so it became b2c:
https://github.com/openwrt/openwrt/commit/295e04084c5e106dfac0d9f05ac530de5d0fc07d
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 at adrianschmutzler.de>
---
target/linux/ramips/base-files/etc/board.d/02_network | 1 -
1 file changed, 1 deletion(-)
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|\
--
2.20.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list