diff options
author | John Crispin <blogic@openwrt.org> | 2014-04-03 14:26:54 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-04-03 14:26:54 +0000 |
commit | 8d8017f9796ed12ac1212ed663582f0678c44611 (patch) | |
tree | 54c4475cfb0bc0296c913e7babbd0d30c0df57ae /include/image.mk | |
parent | bb51a39fa794e0df497a3d12da1e5493cb4ae8df (diff) | |
download | master-187ad058-8d8017f9796ed12ac1212ed663582f0678c44611.tar.gz master-187ad058-8d8017f9796ed12ac1212ed663582f0678c44611.tar.bz2 master-187ad058-8d8017f9796ed12ac1212ed663582f0678c44611.zip |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40370 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/image.mk')
-rw-r--r-- | include/image.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/image.mk b/include/image.mk index 978858a32f..53919052e9 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),) |