diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-11-29 20:18:45 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-11-29 20:18:45 +0000 |
commit | 4b0474631121e5c731007023ae5b4358451ddccf (patch) | |
tree | e6918996ca5bd4a404de03ba2fec0f353ed04837 /target/linux | |
parent | a3515ef4043e0a76af84023d4e01b4223d6eb12e (diff) |
ar71xx: rssi leds for My Net WiFi Range Extender
The device has three extra LEDs which indicate the quality
of the wireless link. Thanks to rssileds, this feature now
works out of the box.
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Patchwork: http://patchwork.openwrt.org/patch/4462/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38950 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/wd.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/profiles/wd.mk b/target/linux/ar71xx/generic/profiles/wd.mk index 49a3324783..badee449f1 100644 --- a/target/linux/ar71xx/generic/profiles/wd.mk +++ b/target/linux/ar71xx/generic/profiles/wd.mk @@ -18,6 +18,7 @@ $(eval $(call Profile,MYNETN600)) define Profile/MYNETREXT NAME:=WD My Net Wi-Fi Range Extender + PACKAGES:=rssileds endef define Profile/MYNETREXT/Description |