mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-30 10:39:04 +00:00
ramips: fix duplicate network setup for dlink, dir-615-h1
In555ca422d1
("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> (cherry picked from commite35e4a996e
)
This commit is contained in:
parent
f9ecee7913
commit
79b9bc44d6
@ -87,7 +87,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|\
|
||||
|
Loading…
Reference in New Issue
Block a user