diff options
author | dpeddi <eddi@dpeddi.com> | 2016-10-29 13:51:12 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-11-16 10:57:48 +0100 |
commit | 8565630e14145d348909e7b8572e60daa332eae6 (patch) | |
tree | 82ce968efda9f8b53f6fdc884c006291932c9a8f /target/linux/lantiq | |
parent | 0ce929228a63cc23f0deb52a72cc99b21c1c9bf9 (diff) | |
download | upstream-8565630e14145d348909e7b8572e60daa332eae6.tar.gz upstream-8565630e14145d348909e7b8572e60daa332eae6.tar.bz2 upstream-8565630e14145d348909e7b8572e60daa332eae6.zip |
lantiq: add tapi/vmmc to VGV7519 defaults
Signed-off-by: Eddi De Pieri <eddi@depieri.net>
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index 2caae1f4ae..3064e2b25c 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -565,7 +565,7 @@ TARGET_DEVICES += VGV7510KW22BRN define Device/VGV7519NOR IMAGE_SIZE := 15360k DEVICE_TITLE := Experiabox 8 VGV7519 - DEVICE_PACKAGES := kmod-rt2800-pci wpad-mini kmod-usb-dwc2 + DEVICE_PACKAGES := kmod-rt2800-pci wpad-mini kmod-usb-dwc2 kmod-ltq-tapi kmod-ltq-vmmc endef TARGET_DEVICES += VGV7519NOR @@ -576,7 +576,7 @@ define Device/VGV7519BRN MAGIC := 0x12345678 CRC32_POLY := 0x2083b8ed DEVICE_TITLE := Experiabox 8 VGV7519 (BRN) - DEVICE_PACKAGES := kmod-rt2800-pci wpad-mini kmod-usb-dwc2 + DEVICE_PACKAGES := kmod-rt2800-pci wpad-mini kmod-usb-dwc2 kmod-ltq-tapi kmod-ltq-vmmc endef TARGET_DEVICES += VGV7519BRN |