diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-12-10 17:57:51 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-12-10 17:57:51 +0000 |
commit | 9bdc5b83af7884b197848834833f8751baaed7f9 (patch) | |
tree | 158d1a66fcbc41ac24e54d42f83560f2f6a83f62 /target/linux/ar71xx/base-files/lib/upgrade | |
parent | ddbca99fbce13fe829c8d36fe11cdc35944280ae (diff) |
ar71xx: add support for the jjPlus JA79PF
Patch-by: Cezary Jackiewicz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24440 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/upgrade')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 1cbde8bc66..1f6c62d439 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -103,7 +103,7 @@ platform_check_image() { } return 0 ;; - routerstation | routerstation-pro | ls-sr71 | pb42 | pb44 | eap7660d ) + routerstation | routerstation-pro | ls-sr71 | pb42 | pb44 | eap7660d | ja76pf ) [ "$magic" != "4349" ] && { echo "Invalid image. Use *-sysupgrade.bin files on this board" return 1 @@ -130,7 +130,7 @@ platform_do_upgrade() { local board=$(ar71xx_board_name) case "$board" in - routerstation | routerstation-pro | ls-sr71 | eap7660d ) + routerstation | routerstation-pro | ls-sr71 | eap7660d | ja76pf ) platform_do_upgrade_combined "$ARGV" ;; *) |