From 6d61fcfa9ecbdc0c6fec2c4ed385d8e78763c41f Mon Sep 17 00:00:00 2001
From: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Date: Mon, 15 Jul 2019 17:50:36 +0200
Subject: [PATCH] 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>
---
 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.30.2