From 2d257351f3538c65dfe5e42446f64db879fd8928 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Sat, 7 Sep 2019 17:06:51 +0200 Subject: [PATCH] ramips: fix duplicate network setup for dlink, dir-615-h1 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 (cherry picked from commit e35e4a996e26f17b69d200505ecea78af96a2704) --- 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 01bad990a9..dd76dc12a5 100755 --- a/target/linux/ramips/base-files/etc/board.d/02_network +++ b/target/linux/ramips/base-files/etc/board.d/02_network @@ -82,7 +82,6 @@ ramips_setup_interfaces() dir-300-b7|\ dir-320-b1|\ dir-610-a1|\ - dir-615-h1|\ dir-810l|\ dlink,dwr-116-a1|\ dlink,dwr-921-c1|\ -- 2.30.2