From: Johann Neuhauser Date: Mon, 29 Jul 2019 17:44:17 +0000 (+0200) Subject: lantiq: use wpad-basic for boards with enough storage X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=c3c3cd5e4a86acfc83449c47c5f87779a800bdc7;p=openwrt%2F.git lantiq: use wpad-basic for boards with enough storage This commit selects wpad-basic for the FRITZ!Box 7312 and 7412 as wpad-mini is only selected on boards with small flash. Signed-off-by: Johann Neuhauser [add short description] Signed-off-by: David Bauer --- diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index fca3fce47c..2352cb6b5e 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -490,7 +490,7 @@ define Device/avm_fritz7312 DEVICE_DTS := FRITZ7312 IMAGE_SIZE := 15744k DEVICE_TITLE := AVM FRITZ!Box 7312 - DEVICE_PACKAGES := kmod-ath9k kmod-owl-loader wpad-mini \ + DEVICE_PACKAGES := kmod-ath9k kmod-owl-loader wpad-basic \ kmod-ltq-adsl-ar9-mei kmod-ltq-adsl-ar9 \ kmod-ltq-adsl-ar9-fw-b kmod-ltq-atm-ar9 \ ltq-adsl-app ppp-mod-pppoa \ @@ -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-mini kmod-ltq-tapi kmod-ltq-vmmc fritz-tffs-nand fritz-caldata + DEVICE_PACKAGES := kmod-ath9k kmod-owl-loader wpad-basic kmod-ltq-tapi kmod-ltq-vmmc fritz-tffs-nand fritz-caldata endef TARGET_DEVICES += avm_fritz7412