From b72fa3e4a8357d46eed35dfcae436e053a4b06c7 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Fri, 9 Aug 2019 23:45:56 +0200 Subject: lantiq: enable second VPE on Fritz!Box 7412 The AVM Fritz!Box 7412 does not use the VMMC part of the Lantiq chip but rather a proprietary solution based on the DECT chip for the FXS ports. Therefore, the second VPE can be enabled for use with OpenWrt. Signed-off-by: David Bauer (cherry picked from commit 891a7007598d5d396bf621fcc6ab0cc083b192b6) --- target/linux/lantiq/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/lantiq/image') diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index 2352cb6b5e..f71a262c82 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -673,7 +673,7 @@ define Device/avm_fritz7412 KERNEL_SIZE := 4096k IMAGE_SIZE := 49152k DEVICE_TITLE := AVM FRITZ!Box 7412 - DEVICE_PACKAGES := kmod-ath9k kmod-owl-loader wpad-basic kmod-ltq-tapi kmod-ltq-vmmc fritz-tffs-nand fritz-caldata + DEVICE_PACKAGES := kmod-ath9k kmod-owl-loader wpad-basic fritz-tffs-nand fritz-caldata endef TARGET_DEVICES += avm_fritz7412 -- cgit v1.2.3