[source] rb532: increase kernel size limit

LEDE Commits lede-commits at lists.infradead.org
Mon Sep 18 05:28:22 PDT 2017


stintel pushed a commit to source.git, branch master:
https://git.lede-project.org/87d3b3b5ff4fe4255b70e008edcfb3a91d29a045

commit 87d3b3b5ff4fe4255b70e008edcfb3a91d29a045
Author: Roman Yeryomin <roman at advem.lv>
AuthorDate: Sun Sep 17 21:32:42 2017 +0300

    rb532: increase kernel size limit
    
    This is required to support kernel 4.9.
    
    Signed-off-by: Roman Yeryomin <roman at advem.lv>
    [rewrite commit message (subject <= 50 characters)]
    Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
---
 target/linux/rb532/image/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/rb532/image/Makefile b/target/linux/rb532/image/Makefile
index 06255c6..12265fe 100644
--- a/target/linux/rb532/image/Makefile
+++ b/target/linux/rb532/image/Makefile
@@ -85,7 +85,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 'root=/dev/sda2 '
 	./gen_image.sh $(BIN_DIR)/$(IMG_PREFIX)-combined-$(1).bin \
-		5 $(BIN_DIR)/$(IMG_PREFIX)-$(1).kernel \
+		6 $(BIN_DIR)/$(IMG_PREFIX)-$(1).kernel \
 		$(CONFIG_TARGET_ROOTFS_PARTSIZE) $(KDIR)/root.$(1) \
 		128
 endef



More information about the lede-commits mailing list