ramips: board.d merge redundant switch/interface configs
authorMathias Kresin <dev@kresin.me>
Fri, 9 Sep 2016 18:57:58 +0000 (20:57 +0200)
committerMathias Kresin <dev@kresin.me>
Sat, 10 Sep 2016 13:28:38 +0000 (15:28 +0200)
Fix alphabetical order distortions as well.

Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/ramips/base-files/etc/board.d/02_network

index e9df34524b5ea97bdcc50e2b6feeaa32574eb6a1..772f5e10deae8ac8e1d52f258dc9f6675688cf8c 100755 (executable)
@@ -94,9 +94,12 @@ ramips_setup_interfaces()
        wsr-600|\
        wt1520|\
        y1|\
+       youku-yk1|\
+       zbt-ape522ii|\
+       zbt-we826|\
        zbt-wg2626|\
        zbt-wg3526|\
-       youku-yk1)
+       zbt-wr8305rt)
                ucidef_add_switch "switch0" \
                        "0:lan" "1:lan" "2:lan" "3:lan" "4:wan" "6@eth0"
                ;;
@@ -126,10 +129,10 @@ ramips_setup_interfaces()
        gl-mt300n|\
        gl-mt750|\
        hg255d|\
-       mzk-wdpr|\
        jhr-n805r|\
        jhr-n825r|\
        jhr-n926r|\
+       mzk-wdpr|\
        rt-n14u|\
        ubnt-erx|\
        ur-326n4g|\
@@ -175,6 +178,7 @@ ramips_setup_interfaces()
        mzk-ex750np|\
        na930|\
        wli-tx4-ag300n|\
+       wmr-300|\
        wrh-300cr)
                ucidef_set_interface_lan "eth0"
                ;;
@@ -197,9 +201,6 @@ ramips_setup_interfaces()
        wl-330n)
                ucidef_set_interface_lan "eth0.1"
                ;;
-       wmr-300)
-               ucidef_set_interface_lan "eth0"
-               ;;
        mzk-dp150n|\
        vocore)
                ucidef_add_switch "switch0" \
@@ -232,12 +233,6 @@ ramips_setup_interfaces()
                ucidef_add_switch "switch0" \
                        "1:lan" "2:lan" "0:wan" "6@eth0"
                ;;
-       zbt-ape522ii|\
-       zbt-we826|\
-       zbt-wr8305rt)
-               ucidef_add_switch "switch0" \
-                       "0:lan" "1:lan" "2:lan" "3:lan" "4:wan" "6@eth0"
-               ;;
        *)
                RT3X5X=`cat /proc/cpuinfo | egrep "(RT3.5|RT5350)"`
                if [ -n "${RT3X5X}" ]; then