diff options
author | David Bauer <mail@david-bauer.net> | 2018-03-10 10:49:15 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-03-14 19:04:51 +0100 |
commit | 9f437b2cf32868fe4fe09c54feaec1ca2a69537b (patch) | |
tree | dbe7c0287de6e5bbf3ffa9008941bb5a06ade8e9 /target/linux/ipq40xx/image/Makefile | |
parent | d0e962140403eefbe70002ee4349ade1d8c119be (diff) | |
download | upstream-9f437b2cf32868fe4fe09c54feaec1ca2a69537b.tar.gz upstream-9f437b2cf32868fe4fe09c54feaec1ca2a69537b.tar.bz2 upstream-9f437b2cf32868fe4fe09c54feaec1ca2a69537b.zip |
ipq40xx: remove block- and pagesize from FB4040
This removes the block- and pagesize from the FritzBox 4040
image description, fixing incorrectly working sysupgrade.
With this commit, the default values for block- and pagesize are
used.
Signed-off-by: David Bauer <mail@david-bauer.net>
[chunkeey@gmail.com: removed 105-mtd-nor-add-mx25l25635f.patch as well]
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/ipq40xx/image/Makefile')
-rw-r--r-- | target/linux/ipq40xx/image/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/ipq40xx/image/Makefile b/target/linux/ipq40xx/image/Makefile index eb26082be7..41f396b839 100644 --- a/target/linux/ipq40xx/image/Makefile +++ b/target/linux/ipq40xx/image/Makefile @@ -34,8 +34,6 @@ endef define Device/avm_fritzbox-4040 $(call Device/FitImageLzma) DEVICE_DTS := qcom-ipq4019-fritz4040 - BLOCKSIZE := 4k - PAGESIZE := 256 BOARD_NAME := fritz4040 DEVICE_TITLE := AVM Fritz!Box 4040 IMAGE_SIZE := 29753344 |