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 <[email protected]> --- target/linux/ar71xx/generic/profiles/wd.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ar71xx/generic/profiles/wd.mk b/target/linux/ar71xx/generic/profiles/wd.mk index 49a3324..badee44 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 -- 1.8.4.4 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
