diff mbox series

[OpenWrt-Devel] ramips: Remove left-over mistyped device string from 02_network

Message ID 20190715155036.24864-1-freifunk@adrianschmutzler.de
State Accepted, archived
Delegated to: Chuanhong Guo
Headers show
Series [OpenWrt-Devel] ramips: Remove left-over mistyped device string from 02_network | expand

Commit Message

Adrian Schmutzler July 15, 2019, 3:50 p.m. UTC
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@adrianschmutzler.de>
---
 target/linux/ramips/base-files/etc/board.d/02_network | 1 -
 1 file changed, 1 deletion(-)

Comments

Chuanhong Guo July 16, 2019, 3:49 a.m. UTC | #1
Hi!

On Mon, Jul 15, 2019 at 11:50 PM Adrian Schmutzler
<freifunk@adrianschmutzler.de> wrote:
>
> 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

I remembered that kernel checkpatch.pl checks for git commit
referencing style and I decided to fix it manually before applying.
But I did it the wrong way. Oops...

The following is the output of checkpatch.pl in kernel:
Please use git commit description style 'commit <12+ chars of sha1>
("<title line>")' - ie: 'commit 295e04084c5e ("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>

Applied. Thanks!

Regards,
Chuanhong Guo
diff mbox series

Patch

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|\