mirror of https://github.com/hak5/openwrt.git
ath79: ubnt-xm: add rssileds package
In order to make RSSI indicator on the device work out of box, include "rssileds" package in per-device rootfs image by default for Ubiquiti XM family. Signed-off-by: Lech Perczak <lech.perczak@gmail.com>openwrt-19.07
parent
e440a9d73f
commit
4f93342d92
|
@ -38,7 +38,7 @@ endef
|
|||
|
||||
define Device/ubnt-xm
|
||||
$(Device/ubnt)
|
||||
DEVICE_PACKAGES += kmod-usb-ohci
|
||||
DEVICE_PACKAGES += kmod-usb-ohci rssileds
|
||||
UBNT_TYPE := XM
|
||||
UBNT_CHIP := ar7240
|
||||
ATH_SOC := ar7241
|
||||
|
|
Loading…
Reference in New Issue