From: dpeddi Date: Sat, 29 Oct 2016 11:51:12 +0000 (+0200) Subject: lantiq: add tapi/vmmc to VGV7519 defaults X-Git-Tag: v17.01.0-rc1~842 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=8565630e14145d348909e7b8572e60daa332eae6;p=openwrt%2Fopenwrt.git lantiq: add tapi/vmmc to VGV7519 defaults Signed-off-by: Eddi De Pieri --- 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