From 9f437b2cf32868fe4fe09c54feaec1ca2a69537b Mon Sep 17 00:00:00 2001 From: David Bauer Date: Sat, 10 Mar 2018 10:49:15 +0100 Subject: 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 [chunkeey@gmail.com: removed 105-mtd-nor-add-mx25l25635f.patch as well] Signed-off-by: Christian Lamparter --- target/linux/ipq40xx/image/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'target/linux/ipq40xx/image/Makefile') 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 -- cgit v1.2.3