2
0
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:
John Crispin
2013-06-10 08:24:50 +00:00
parent e078f649b5
commit 30786d2dd0
7 changed files with 151 additions and 0 deletions

View File

@@ -129,6 +129,9 @@ get_status_led() {
xdxrn502j)
status_led="xdxrn502j:green:power"
;;
f7c027)
status_led="belkin:orange:status"
;;
esac
}

View File

@@ -71,6 +71,7 @@ case "$FIRMWARE" in
dir-620-a1 | \
dir-620-d1 | \
esr-9753 | \
f7c027 | \
fonera20n | \
rt-n13u | \
freestation5 | \

View File

@@ -91,6 +91,9 @@ ramips_board_detect() {
*"ESR-9753")
name="esr-9753"
;;
*"F7C027")
name="f7c027"
;;
*"F5D8235 v1")
name="f5d8235-v1"
;;

View File

@@ -37,6 +37,7 @@ platform_check_image() {
dir-620-d1 | \
dap-1350 | \
esr-9753 | \
f7c027 | \
fonera20n | \
rt-n13u | \
freestation5 | \