summaryrefslogtreecommitdiffstats
path: root/target/linux/rb532
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-12-23 14:42:59 +0000
committerJohn Crispin <john@openwrt.org>2015-12-23 14:42:59 +0000
commit4be79019622a9431d9a42eaa2f969afde746bf87 (patch)
tree1c76a4d21fc69ddad746d55e3cb2227c848e77fa /target/linux/rb532
parent5e10f67b67a0af6dbe52635a74654715e0e57856 (diff)
downloadmaster-31e0f0ae-4be79019622a9431d9a42eaa2f969afde746bf87.tar.gz
master-31e0f0ae-4be79019622a9431d9a42eaa2f969afde746bf87.tar.bz2
master-31e0f0ae-4be79019622a9431d9a42eaa2f969afde746bf87.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> SVN-Revision: 47970
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