From 9bdc5b83af7884b197848834833f8751baaed7f9 Mon Sep 17 00:00:00 2001 From: juhosg Date: Fri, 10 Dec 2010 17:57:51 +0000 Subject: 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 --- target/linux/ar71xx/base-files/etc/diag.sh | 3 +++ target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 4 ++-- 3 files changed, 8 insertions(+), 2 deletions(-) (limited to 'target/linux/ar71xx/base-files') diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 7abedc0a2..add552ea3 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -57,6 +57,9 @@ get_status_led() { eap7660d) status_led="eap7660d:green:ds4" ;; + ja76pf) + status_led="ja76pf:green:led1" + ;; ls-sr71) status_led="ubnt:green:d22" ;; diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index ae50a23c5..ad173e815 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -31,6 +31,9 @@ ar71xx_board_name() { *EAP7660D) name="eap7660d" ;; + *JA76PF) + name="ja76pf" + ;; *"Bullet M") name="bullet-m" ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 1cbde8bc6..1f6c62d43 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" ;; *) -- cgit v1.2.3