From 8565630e14145d348909e7b8572e60daa332eae6 Mon Sep 17 00:00:00 2001 From: dpeddi Date: Sat, 29 Oct 2016 13:51:12 +0200 Subject: [PATCH] lantiq: add tapi/vmmc to VGV7519 defaults Signed-off-by: Eddi De Pieri --- 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 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 -- 2.30.2