aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/board.d
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-04-26 11:43:01 +0000
committerJohn Crispin <blogic@openwrt.org>2016-04-26 11:43:01 +0000
commit59d9e3f4994552368fd551c2fa795f43bc1dd9b5 (patch)
tree73ba65383a868869bd5ab612d1f34d1297983558 /target/linux/ramips/base-files/etc/board.d
parent08fe019a4c3dee78a885f0d92287c94e8ec9f6a1 (diff)
downloadmaster-187ad058-59d9e3f4994552368fd551c2fa795f43bc1dd9b5.tar.gz
master-187ad058-59d9e3f4994552368fd551c2fa795f43bc1dd9b5.tar.bz2
master-187ad058-59d9e3f4994552368fd551c2fa795f43bc1dd9b5.zip
ramips: add support for Planex CS-QR10
CS-QR10 is MT7620A based IP Camera. the camera and sound does not work with kernel 4.4. - camera chip is sn9c291. - sound chip is wm8960. Signed-off-by: YuheiOKAWA <tochiro.srchack@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49234 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/etc/board.d')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/01_leds3
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/02_network1
2 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/target/linux/ramips/base-files/etc/board.d/01_leds
index e3b8500d37..367801d29c 100755
--- a/target/linux/ramips/base-files/etc/board.d/01_leds
+++ b/target/linux/ramips/base-files/etc/board.d/01_leds
@@ -30,7 +30,8 @@ br-6475nd|\
mzk-w300nh2)
set_wifi_led "$board:amber:wlan"
;;
-a5-v11)
+a5-v11|\
+cs-qr10)
ucidef_set_led_default "power" "POWER" "$board:red:power" "1"
;;
ai-br100)
diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network
index 3c958ae06b..dc3d1bc2ad 100755
--- a/target/linux/ramips/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/base-files/etc/board.d/02_network
@@ -160,6 +160,7 @@ ramips_setup_interfaces()
ucidef_add_switch "switch0" \
"0:lan" "1:lan" "2:lan" "3:lan" "4:wan" "9@eth0"
;;
+ cs-qr10|\
d105|\
hpm|\
na930|\