mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-07 23:32:12 +00:00
ath79: generic: fix the alphabetical order in 02_network
This commit fixes the alphabetical order in 02_network. The 2 deco devices in ath79_setup_interfaces() were in the wrong place. Signed-off-by: Foica David <superh552@gmail.com>
This commit is contained in:
parent
ee047edd2a
commit
b0b8fd436f
@ -496,6 +496,11 @@ ath79_setup_interfaces()
|
||||
ucidef_add_switch "switch0" \
|
||||
"0@eth1" "3:lan:3" "4:lan:2" "5:lan:1" "6@eth0" "2:wan:4" "1:wan:5"
|
||||
;;
|
||||
tplink,deco-m4r-v1|\
|
||||
tplink,deco-s4-v2)
|
||||
ucidef_add_switch "switch0" \
|
||||
"0@eth0" "3:lan:1" "5:lan:2"
|
||||
;;
|
||||
tplink,eap225-wall-v2)
|
||||
ucidef_add_switch "switch0" \
|
||||
"0@eth0" "1:lan" "2:lan" "3:lan" "4:lan"
|
||||
@ -572,11 +577,6 @@ ath79_setup_interfaces()
|
||||
ucidef_add_switch "switch0" \
|
||||
"0@eth0" "1:lan" "2:lan"
|
||||
;;
|
||||
tplink,deco-m4r-v1|\
|
||||
tplink,deco-s4-v2)
|
||||
ucidef_add_switch "switch0" \
|
||||
"0@eth0" "3:lan:1" "5:lan:2"
|
||||
;;
|
||||
hiwifi,hc6361|\
|
||||
xiaomi,mi-router-4q|\
|
||||
zbtlink,zbt-wd323)
|
||||
|
Loading…
Reference in New Issue
Block a user