aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rb532
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-12-23 14:42:59 +0000
committerJohn Crispin <blogic@openwrt.org>2015-12-23 14:42:59 +0000
commitbec5d1167e9ed4f768c509a441181a823b6754d8 (patch)
tree018f69580fd7f21605f72dc9aceb88136fdc4938 /target/linux/rb532
parent4264ca9c44276867a180dccd59c7842d417cda57 (diff)
downloadmaster-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/linux/rb532')
-rw-r--r--target/linux/rb532/image/Makefile2
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