[source] lantiq: add tapi/vmmc to VGV7519 defaults

LEDE Commits lede-commits at lists.infradead.org
Wed Nov 16 02:11:02 PST 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/8565630e14145d348909e7b8572e60daa332eae6

commit 8565630e14145d348909e7b8572e60daa332eae6
Author: dpeddi <eddi at dpeddi.com>
AuthorDate: Sat Oct 29 13:51:12 2016 +0200

    lantiq: add tapi/vmmc to VGV7519 defaults
    
    Signed-off-by: Eddi De Pieri <eddi at depieri.net>
---
 target/linux/lantiq/image/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile
index 2caae1f..3064e2b 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
 



More information about the lede-commits mailing list