diff options
author | Johann Neuhauser <johann@it-neuhauser.de> | 2019-07-29 19:44:17 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2019-08-11 12:54:57 +0200 |
commit | af2ceb93d7db070d71f2ce58b869e77d4730bb97 (patch) | |
tree | 6f9e2d51aa63ce6c6db7a1803ec8ee4d79a7d49f | |
parent | 30798132bfd8f2c6f52c5164a34c3a316ae980e4 (diff) | |
download | upstream-af2ceb93d7db070d71f2ce58b869e77d4730bb97.tar.gz upstream-af2ceb93d7db070d71f2ce58b869e77d4730bb97.tar.bz2 upstream-af2ceb93d7db070d71f2ce58b869e77d4730bb97.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>
(cherry picked from commit c3c3cd5e4a86acfc83449c47c5f87779a800bdc7)
-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 |