summaryrefslogtreecommitdiff
path: root/include/image.mk
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-04-03 14:26:54 +0000
committerJohn Crispin <john@openwrt.org>2014-04-03 14:26:54 +0000
commit709cab91d217a3ba31629b312a28cd6daef77319 (patch)
tree05119562d83e4678b8ffcd59e60c8f7637ade9ec /include/image.mk
parent469b8297fab3a589da4e598cb915e75dfd87dcba (diff)
downloadmtk-20170518-709cab91d217a3ba31629b312a28cd6daef77319.zip
mtk-20170518-709cab91d217a3ba31629b312a28cd6daef77319.tar.gz
mtk-20170518-709cab91d217a3ba31629b312a28cd6daef77319.tar.bz2
lantiq: BT Home Hub 2B support - board support
Board support patch for BT Home Hub 2B Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com> SVN-Revision: 40370
Diffstat (limited to 'include/image.mk')
-rw-r--r--include/image.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/image.mk b/include/image.mk
index 978858a..5391905 100644
--- a/include/image.mk
+++ b/include/image.mk
@@ -71,9 +71,9 @@ define toupper
$(shell echo $(1) | tr '[:lower:]' '[:upper:]')
endef
-# pad to 4k, 8k, 64k, 128k 256k and add jffs2 end-of-filesystem mark
+# pad to 4k, 8k, 16k, 64k, 128k, 256k and add jffs2 end-of-filesystem mark
define prepare_generic_squashfs
- $(STAGING_DIR_HOST)/bin/padjffs2 $(1) 4 8 64 128 256
+ $(STAGING_DIR_HOST)/bin/padjffs2 $(1) 4 8 16 64 128 256
endef
ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),)