diff options
author | Johann Neuhauser <johann@it-neuhauser.de> | 2019-07-29 19:44:17 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2019-07-30 00:44:19 +0200 |
commit | c3c3cd5e4a86acfc83449c47c5f87779a800bdc7 (patch) | |
tree | 5b4647b5d4225ab68f603f40d9f3b0fe2faa6d7a | |
parent | a421f33316d6b5c5cef943191e675b39c0de6ec4 (diff) | |
download | upstream-c3c3cd5e4a86acfc83449c47c5f87779a800bdc7.tar.gz upstream-c3c3cd5e4a86acfc83449c47c5f87779a800bdc7.tar.bz2 upstream-c3c3cd5e4a86acfc83449c47c5f87779a800bdc7.zip |
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 <johann@it-neuhauser.de>
[add short description]
Signed-off-by: David Bauer <mail@david-bauer.net>
-rw-r--r-- | target/linux/lantiq/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |