aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc
diff options
context:
space:
mode:
authorYuheiOKAWA <tochiro.srchack@gmail.com>2017-01-10 18:47:19 +0900
committerJohn Crispin <john@phrozen.org>2017-01-20 00:52:48 +0100
commit261415a660c12a5673fe3d48dabaf677e1d5c32c (patch)
tree81309a837b07e5f40015bbe2fb2722a160c4209f /target/linux/ar71xx/base-files/etc
parent78c2ec0f477bab5b5c2622b5a18c14e51dea7249 (diff)
downloadupstream-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/etc')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/board.d/01_leds4
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/board.d/02_network1
2 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/board.d/01_leds b/target/linux/ar71xx/base-files/etc/board.d/01_leds
index fb0dda3ddc..7a7329f965 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/01_leds
+++ b/target/linux/ar71xx/base-files/etc/board.d/01_leds
@@ -431,6 +431,10 @@ omy-x1)
ucidef_set_led_default "power" "POWER" "omy:green:power" "1"
ucidef_set_led_default "wan" "WAN" "omy:green:wan" "eth0"
;;
+pqi-air-pen)
+ ucidef_set_led_wlan "wlan" "WLAN" "pqi-air-pen:blue:wlan" "phy0tpt"
+ ucidef_set_led_default "wps" "WPS" "pqi-air-pen:blue:wps" "0"
+ ;;
qihoo-c301)
ucidef_set_led_wlan "wlan2g" "WLAN2G" "qihoo:red:status" "phy1tpt"
;;
diff --git a/target/linux/ar71xx/base-files/etc/board.d/02_network b/target/linux/ar71xx/base-files/etc/board.d/02_network
index 987a8e4f12..09986c03a2 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/02_network
+++ b/target/linux/ar71xx/base-files/etc/board.d/02_network
@@ -83,6 +83,7 @@ ar71xx_setup_interfaces()
mr900|\
mr900v2|\
mynet-rext|\
+ pqi-air-pen|\
rb-411|\
rb-411u|\
rb-911g-2hpnd|\