2
0
forked from Ivasoft/openwrt

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>

SVN-Revision: 49234
This commit is contained in:
John Crispin
2016-04-26 11:43:01 +00:00
parent 83ca0efb3e
commit e55d86ef32
8 changed files with 187 additions and 1 deletions

View File

@@ -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)

View File

@@ -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|\

View File

@@ -33,6 +33,7 @@ get_status_led() {
status_led="$board:green:power"
;;
a5-v11|\
cs-qr10|\
d105|\
dcs-930l-b1|\
ex2700|\