[source] lantiq: ACMP252: clean up device modules
LEDE Commits
lede-commits at lists.infradead.org
Mon Aug 28 17:22:25 PDT 2017
dangole pushed a commit to source.git, branch master:
https://git.lede-project.org/2f0a8558be01e1c82b7507112fe23f6662711135
commit 2f0a8558be01e1c82b7507112fe23f6662711135
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Wed Aug 16 13:06:13 2017 +0200
lantiq: ACMP252: clean up device modules
Install kmod-rt2800-pci instead of only the rt2x00 library.
Fixes missing wireless interface on AudioCodes AC-MP252.
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
target/linux/lantiq/image/Makefile | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile
index 1678b1b..9326c62 100644
--- a/target/linux/lantiq/image/Makefile
+++ b/target/linux/lantiq/image/Makefile
@@ -214,10 +214,13 @@ TARGET_DEVICES += EASY50712
define Device/ACMP252
IMAGE_SIZE := 14848k
DEVICE_TITLE := AudioCodes MediaPack MP-252
- DEVICE_PACKAGES := kmod-rt2x00-pci wpad-mini \
- kmod-ltq-adsl-danube-mei kmod-ltq-adsl-danube \
- kmod-ltq-adsl-danube-fw-a kmod-ltq-ptm-danube \
- ltq-adsl-app -swconfig
+ DEVICE_PACKAGES := kmod-ltq-adsl-danube-mei kmod-ltq-adsl-danube \
+ kmod-ltq-adsl-danube-fw-a kmod-ltq-atm-danube \
+ kmod-ltq-tapi kmod-ltq-vmmc \
+ kmod-usb-ledtrig-usbport kmod-usb-dwc2 \
+ kmod-rt2800-pci \
+ ltq-adsl-app ppp-mod-pppoa \
+ wpad-mini
endef
TARGET_DEVICES += ACMP252
More information about the lede-commits
mailing list