forked from Ivasoft/openwrt
ramips: add support for belkin F7C027 wemo/homeautomatisation plug
Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 36897
This commit is contained in:
@@ -129,6 +129,9 @@ get_status_led() {
|
||||
xdxrn502j)
|
||||
status_led="xdxrn502j:green:power"
|
||||
;;
|
||||
f7c027)
|
||||
status_led="belkin:orange:status"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
||||
@@ -71,6 +71,7 @@ case "$FIRMWARE" in
|
||||
dir-620-a1 | \
|
||||
dir-620-d1 | \
|
||||
esr-9753 | \
|
||||
f7c027 | \
|
||||
fonera20n | \
|
||||
rt-n13u | \
|
||||
freestation5 | \
|
||||
|
||||
@@ -91,6 +91,9 @@ ramips_board_detect() {
|
||||
*"ESR-9753")
|
||||
name="esr-9753"
|
||||
;;
|
||||
*"F7C027")
|
||||
name="f7c027"
|
||||
;;
|
||||
*"F5D8235 v1")
|
||||
name="f5d8235-v1"
|
||||
;;
|
||||
|
||||
@@ -37,6 +37,7 @@ platform_check_image() {
|
||||
dir-620-d1 | \
|
||||
dap-1350 | \
|
||||
esr-9753 | \
|
||||
f7c027 | \
|
||||
fonera20n | \
|
||||
rt-n13u | \
|
||||
freestation5 | \
|
||||
|
||||
Reference in New Issue
Block a user