summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-03-16 18:00:34 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-03-16 18:00:34 +0000
commitbe8e44bc682b5dbf29121d3e0425a746a6a01977 (patch)
tree6cf73d5d448ab7d11f4e6397d0fb566a5c282faf /target/linux/ar71xx/base-files/lib/ar71xx.sh
parentaaa7c394a37b47a768ecb1f74c000d186268bb81 (diff)
ar71xx: add support for the jjPlus JA76PF2 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30957 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index b9d797cac..b51f3a7c6 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -181,6 +181,9 @@ ar71xx_board_detect() {
*JA76PF)
name="ja76pf"
;;
+ *JA76PF2)
+ name="ja76pf2"
+ ;;
*"Bullet M")
name="bullet-m"
;;