diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-07-12 12:31:45 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-07-12 12:31:45 +0000 |
commit | ba9d2f397a9046c5d75a689fedd745ff96e7864b (patch) | |
tree | faa396580c541e9e11356c38f2a5605093da7fa3 /target/linux/brcm63xx/base-files/etc | |
parent | 44e187fd66297d147372b760e3f66f3c44bb1cb2 (diff) | |
download | upstream-ba9d2f397a9046c5d75a689fedd745ff96e7864b.tar.gz upstream-ba9d2f397a9046c5d75a689fedd745ff96e7864b.tar.bz2 upstream-ba9d2f397a9046c5d75a689fedd745ff96e7864b.zip |
brcm63xx: base-files: order board names alphabetically
Restore alphatetical order in uci-defaults scripts and brcm63xx.sh
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 41590
Diffstat (limited to 'target/linux/brcm63xx/base-files/etc')
-rwxr-xr-x | target/linux/brcm63xx/base-files/etc/uci-defaults/02_network | 4 | ||||
-rwxr-xr-x | target/linux/brcm63xx/base-files/etc/uci-defaults/09_fix_crc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network b/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network index ffd2a1eead..a04f4a50bd 100755 --- a/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network +++ b/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network @@ -14,11 +14,11 @@ ucidef_set_interface_loopback case "$board_name" in +96348W3 |\ +96358-502V |\ CVG834G_E15R3921 |\ RTA770BW |\ RTA770W |\ -96348W3 |\ -96358-502V |\ SPW500V) ucidef_set_interface_lan "eth0" ;; diff --git a/target/linux/brcm63xx/base-files/etc/uci-defaults/09_fix_crc b/target/linux/brcm63xx/base-files/etc/uci-defaults/09_fix_crc index a2c02137b9..2f5e09b0b7 100755 --- a/target/linux/brcm63xx/base-files/etc/uci-defaults/09_fix_crc +++ b/target/linux/brcm63xx/base-files/etc/uci-defaults/09_fix_crc @@ -20,14 +20,14 @@ case "$board_name" in 963281T_TEF |\ 96358-502V |\ 96369R-1231N |\ - "CPVA502+" |\ AW4339U |\ + "CPVA502+" |\ CPVA642 |\ CT6373-1 |\ MAGIC |\ - V2110 |\ RTA770BW |\ RTA770W |\ + V2110 |\ V2500V_BB) do_fixcrc ;; |