From: acoul Date: Mon, 28 Dec 2015 21:00:16 +0000 (+0200) Subject: target/rb532: revert upstream change. ozonet kernels are way below 4M X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=c37fcdb9d7bf4e3550ecb30a4149ce1fba6e379c;p=openwrt-working-2016%2F.git target/rb532: revert upstream change. ozonet kernels are way below 4M size --- diff --git a/target/linux/rb532/image/Makefile b/target/linux/rb532/image/Makefile index 854c92e2b2..3876bbc323 100644 --- a/target/linux/rb532/image/Makefile +++ b/target/linux/rb532/image/Makefile @@ -73,7 +73,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 \ - 5 $(BIN_DIR)/$(IMG_PREFIX)-$(1).kernel \ + 4 $(BIN_DIR)/$(IMG_PREFIX)-$(1).kernel \ $(CONFIG_TARGET_ROOTFS_PARTSIZE) $(KDIR)/root.$(1) \ 128 endef