diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-12-10 17:57:51 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-12-10 17:57:51 +0000 |
commit | b680f088ba6f7e5982143db351d1f817bffbf86d (patch) | |
tree | c41566c7862f25cccb01d10f66a3fb4c756235b1 /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | 5b0c83edd9b5f8286dfbf31fc7b6e0993a9fe91a (diff) | |
download | upstream-b680f088ba6f7e5982143db351d1f817bffbf86d.tar.gz upstream-b680f088ba6f7e5982143db351d1f817bffbf86d.tar.bz2 upstream-b680f088ba6f7e5982143db351d1f817bffbf86d.zip |
ar71xx: add support for the jjPlus JA79PF
Patch-by: Cezary Jackiewicz
SVN-Revision: 24440
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
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 ae50a23c52..ad173e815a 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" ;; |