Author: blogic Date: 2015-12-23 15:42:59 +0100 (Wed, 23 Dec 2015) New Revision: 47970
Modified: trunk/target/linux/rb532/image/Makefile Log: 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 <[email protected]> Modified: trunk/target/linux/rb532/image/Makefile =================================================================== --- trunk/target/linux/rb532/image/Makefile 2015-12-23 14:42:25 UTC (rev 47969) +++ trunk/target/linux/rb532/image/Makefile 2015-12-23 14:42:59 UTC (rev 47970) @@ -72,7 +72,7 @@ $(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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
