diff options
author | Roman Yeryomin <roman@advem.lv> | 2017-09-17 21:32:42 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2017-09-18 15:17:45 +0300 |
commit | 87d3b3b5ff4fe4255b70e008edcfb3a91d29a045 (patch) | |
tree | 492a95cbe47f072495fe43a588f1f45cf44929b0 /target/linux | |
parent | feab5fa51e829410ae6c572da282c14e9a7fd86f (diff) | |
download | upstream-87d3b3b5ff4fe4255b70e008edcfb3a91d29a045.tar.gz upstream-87d3b3b5ff4fe4255b70e008edcfb3a91d29a045.tar.bz2 upstream-87d3b3b5ff4fe4255b70e008edcfb3a91d29a045.zip |
rb532: increase kernel size limit
This is required to support kernel 4.9.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
[rewrite commit message (subject <= 50 characters)]
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target/linux')
-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 06255c60ed..12265fe2c6 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 |