diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2018-08-13 10:26:03 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2018-08-13 10:26:03 +0200 |
commit | d6844b3bfa8ec6d4faae0f2751b6fc0f2bb46f46 (patch) | |
tree | cecfda310d50d231ad03976fc7a68da8b6d6df98 /target/linux/ramips | |
parent | 0578993a41fed9855a5e8ff3ce7dca7530c69fd7 (diff) | |
download | upstream-d6844b3bfa8ec6d4faae0f2751b6fc0f2bb46f46.tar.gz upstream-d6844b3bfa8ec6d4faae0f2751b6fc0f2bb46f46.tar.bz2 upstream-d6844b3bfa8ec6d4faae0f2751b6fc0f2bb46f46.zip |
ramips: add missing USB packages into ASL26555-16M
Mirror the package list from the 8M device profile to the
16M device profile.
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/image/rt305x.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk index bc1941f901..23a83f8403 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -132,7 +132,7 @@ define Device/asl26555-16M IMAGE_SIZE := 15872k SUPPORTED_DEVICES += asl26555 DEVICE_TITLE := Alpha ASL26555 16M - DEVICE_PACKAGES := + DEVICE_PACKAGES := kmod-usb-core kmod-usb-dwc2 kmod-usb-ledtrig-usbport endef TARGET_DEVICES += asl26555-16M |