2
0
forked from Ivasoft/openwrt

ipq806x: base-files: add support for Linksys EA8500

Signed-off-by: Adrian Panella <ianchi74@outlook.com>
This commit is contained in:
Adrian Panella
2016-05-13 01:13:15 -05:00
committed by John Crispin
parent 2adc6468bf
commit 3d067c0132
8 changed files with 142 additions and 0 deletions

View File

@@ -8,6 +8,9 @@ get_status_led() {
c2600)
status_led="status:blue"
;;
ea8500)
status_led="ea8500:white:power"
;;
esac
}