diff options
author | Lech Perczak <lech.perczak@gmail.com> | 2018-09-05 19:40:16 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-09-10 09:58:31 +0200 |
commit | 4f93342d92a51f4bb78c76e2d511fcaa6de738f0 (patch) | |
tree | 49192e73279e2cd72f4be551cf6d1d5442eb584e | |
parent | e440a9d73f89a627232d12e54b3a11420872cd55 (diff) | |
download | upstream-4f93342d92a51f4bb78c76e2d511fcaa6de738f0.tar.gz upstream-4f93342d92a51f4bb78c76e2d511fcaa6de738f0.tar.bz2 upstream-4f93342d92a51f4bb78c76e2d511fcaa6de738f0.zip |
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>
-rw-r--r-- | target/linux/ath79/image/generic-ubnt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/image/generic-ubnt.mk b/target/linux/ath79/image/generic-ubnt.mk index 49f5fcc4f2..d9411c6c2f 100644 --- a/target/linux/ath79/image/generic-ubnt.mk +++ b/target/linux/ath79/image/generic-ubnt.mk @@ -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 |