summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/upgrade
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-12-10 15:17:03 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-12-10 15:17:03 +0000
commit081796fe472d2e06918730a70a60b0b32023d4f5 (patch)
treebbc1b789e181851af63be85dfe5ce94172380cd1 /target/linux/ar71xx/base-files/lib/upgrade
parenta084fb6a3f54905f5b3b76fcae6d17f88c857da2 (diff)
downloadmaster-31e0f0ae-081796fe472d2e06918730a70a60b0b32023d4f5.tar.gz
master-31e0f0ae-081796fe472d2e06918730a70a60b0b32023d4f5.tar.bz2
master-31e0f0ae-081796fe472d2e06918730a70a60b0b32023d4f5.zip
ar71xx: add nbg460n image generation
This adds image generation for NBG460N/550N/550NH boards. Signed-off-by: Michael Kurz <michi.kurz@googlemail.com> SVN-Revision: 24419
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/upgrade')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/upgrade/platform.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
index 089f5f4058..36e2b2146f 100755
--- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
@@ -68,7 +68,7 @@ platform_check_image() {
[ "$ARGC" -gt 1 ] && return 1
case "$board" in
- ap81 | ap83 | dir-600-a1 | dir-615-c1 | dir-825-b1 | mzk-w04nu | mzk-w300nh | tew-632brp | wrt400n | bullet-m | nanostation-m | rocket-m | wzr-hp-g300nh )
+ ap81 | ap83 | dir-600-a1 | dir-615-c1 | dir-825-b1 | mzk-w04nu | mzk-w300nh | tew-632brp | wrt400n | bullet-m | nanostation-m | rocket-m | wzr-hp-g300nh | nbg460n_550n_550nh)
[ "$magic" != "2705" ] && {
echo "Invalid image type."
return 1