mirror of https://github.com/hak5/openwrt-owl.git
sunxi: respect CONFIG_TARGET_IMAGES_GZIP
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 46608owl
parent
56533842ce
commit
1c66ebcd2d
|
@ -45,6 +45,10 @@ define Image/Build/SDCard
|
||||||
$(CONFIG_SUNXI_SD_BOOT_PARTSIZE) \
|
$(CONFIG_SUNXI_SD_BOOT_PARTSIZE) \
|
||||||
$(CONFIG_TARGET_ROOTFS_PARTSIZE) \
|
$(CONFIG_TARGET_ROOTFS_PARTSIZE) \
|
||||||
$(KDIR)/uboot-sunxi-$(PROFILE)-u-boot-with-spl.bin
|
$(KDIR)/uboot-sunxi-$(PROFILE)-u-boot-with-spl.bin
|
||||||
|
|
||||||
|
ifneq ($(CONFIG_TARGET_IMAGES_GZIP),)
|
||||||
|
gzip -f9n $(BIN_DIR)/$(IMG_PREFIX)-$(PROFILE)-sdcard-vfat-$(1).img
|
||||||
|
endif
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Build/Profile/A10-OLinuXino-Lime
|
define Image/Build/Profile/A10-OLinuXino-Lime
|
||||||
|
|
Loading…
Reference in New Issue