diff options
author | YuheiOKAWA <tochiro.srchack@gmail.com> | 2017-01-10 18:47:19 +0900 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-01-20 00:52:48 +0100 |
commit | 261415a660c12a5673fe3d48dabaf677e1d5c32c (patch) | |
tree | 81309a837b07e5f40015bbe2fb2722a160c4209f /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | 78c2ec0f477bab5b5c2622b5a18c14e51dea7249 (diff) | |
download | upstream-261415a660c12a5673fe3d48dabaf677e1d5c32c.tar.gz upstream-261415a660c12a5673fe3d48dabaf677e1d5c32c.tar.bz2 upstream-261415a660c12a5673fe3d48dabaf677e1d5c32c.zip |
ar71xx: add support for PQI Air Pen
SoC: AR9331
Ethernet x1, Wireless 2.4G, uSD card slot x1.
USB Power, include Li-Po Battery.
Signed-off-by: YuheiOKAWA <tochiro.srchack@gmail.com>
Changes in v2:
alphabetical ordering, tabs fron spaces.
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 eb8b671b97..ad73ec1520 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -775,6 +775,9 @@ ar71xx_board_detect() { *"PB44 reference board") name="pb44" ;; + *"PQI Air Pen") + name="pqi-air-pen" + ;; *"Qihoo 360 C301") name="qihoo-c301" ;; |