ramips: fix duplicate network setup for dlink,dir-615-h1
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Mon, 12 Aug 2019 11:35:39 +0000 (13:35 +0200)
committerChuanhong Guo <gch981213@gmail.com>
Sat, 7 Sep 2019 13:41:44 +0000 (21:41 +0800)
In 555ca422d1cb ("ramips: fix D-Link DIR-615 H1 switch port
mapping"), port setup for dir-615-h1 was changed without removing
the old one. This was working as the new one was triggered earlier
than the old one.

(In the meantine, changed sorting during ramips rename patches
actually inversed that order.)

Anyway, just remove the wrong case now.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
target/linux/ramips/base-files/etc/board.d/02_network

index 4df4ecb40a4698f477879d169b190b52ebe33500..8c6c55d7b75252c0f8ed38f650459979b7a665cc 100755 (executable)
@@ -49,7 +49,6 @@ ramips_setup_interfaces()
        dlink,dir-300-b7|\
        dlink,dir-320-b1|\
        dlink,dir-610-a1|\
-       dlink,dir-615-h1|\
        dlink,dir-810l|\
        dlink,dwr-116-a1|\
        dlink,dwr-921-c1|\