diff options
author | John Crispin <blogic@openwrt.org> | 2015-12-23 14:42:59 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-12-23 14:42:59 +0000 |
commit | bec5d1167e9ed4f768c509a441181a823b6754d8 (patch) | |
tree | 018f69580fd7f21605f72dc9aceb88136fdc4938 /target | |
parent | 4264ca9c44276867a180dccd59c7842d417cda57 (diff) | |
download | master-187ad058-bec5d1167e9ed4f768c509a441181a823b6754d8.tar.gz master-187ad058-bec5d1167e9ed4f768c509a441181a823b6754d8.tar.bz2 master-187ad058-bec5d1167e9ed4f768c509a441181a823b6754d8.zip |
rb532: increase kernel partition
4.1 got little bit larger than 4MB and I couldn't get lzma loader
working on this platform
Signed-off-by: Roman Yeryomin <roman@advem.lv>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47970 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/rb532/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rb532/image/Makefile b/target/linux/rb532/image/Makefile index 284b3d4510..1a1f343779 100644 --- a/target/linux/rb532/image/Makefile +++ b/target/linux/rb532/image/Makefile @@ -72,7 +72,7 @@ define Image/Build $(CP) $(KDIR)/vmlinux.elf $(BIN_DIR)/$(IMG_PREFIX)-$(1).kernel $(STAGING_DIR_HOST)/bin/patch-cmdline $(BIN_DIR)/$(IMG_PREFIX)-$(1).kernel '$(strip $(call Image/cmdline/$(1))) ' ./gen_image.sh $(BIN_DIR)/$(IMG_PREFIX)-combined-$(1).bin \ - 4 $(BIN_DIR)/$(IMG_PREFIX)-$(1).kernel \ + 5 $(BIN_DIR)/$(IMG_PREFIX)-$(1).kernel \ $(CONFIG_TARGET_ROOTFS_PARTSIZE) $(KDIR)/root.$(1) \ 128 endef |