diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-10-24 21:49:36 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-10-24 21:49:36 +0000 |
commit | 28f21bbb71689d1b23d399c65727fd0aa2f0ab69 (patch) | |
tree | dcb0fc2dd08ab3f9a70aa03316c43c7db287abdc /target/linux/ramips/base-files/lib/upgrade | |
parent | d0e52cf25f9a3081a43b2478ad4bc1576490e4de (diff) | |
download | master-187ad058-28f21bbb71689d1b23d399c65727fd0aa2f0ab69.tar.gz master-187ad058-28f21bbb71689d1b23d399c65727fd0aa2f0ab69.tar.bz2 master-187ad058-28f21bbb71689d1b23d399c65727fd0aa2f0ab69.zip |
ramips: Support for NexAira BC2
The preconfiguration of the USB LED has benn move to the
/etc/uci-defaults/leds script. [juhosg]
Signed-off-by: Adam Porter <porter.adam at gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28571 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/lib/upgrade')
-rwxr-xr-x | target/linux/ramips/base-files/lib/upgrade/platform.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index 58ba0f0fc6..3bc95dd8e0 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -14,7 +14,7 @@ platform_check_image() { [ "$ARGC" -gt 1 ] && return 1 case "$board" in - dir-300-b1 | dir-600-b1 | dir-600-b2 | fonera20n | nbg-419n | nw718 | rt-g32-b1 | v22rw-2x2 | whr-g300n | hw550-3g | mofi3500-3gn) + bc2 | dir-300-b1 | dir-600-b1 | dir-600-b2 | fonera20n | nbg-419n | nw718 | rt-g32-b1 | v22rw-2x2 | whr-g300n | hw550-3g | mofi3500-3gn) [ "$magic" != "2705" ] && { echo "Invalid image type." return 1 |