mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
sunxi: respect CONFIG_TARGET_IMAGES_GZIP
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> Backport of r46608 git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@48836 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e8e35f5e43
commit
940bd5adbc
@ -43,6 +43,10 @@ define Image/Build/SDCard
|
||||
$(CONFIG_SUNXI_SD_BOOT_PARTSIZE) \
|
||||
$(CONFIG_TARGET_ROOTFS_PARTSIZE) \
|
||||
$(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
|
||||
|
||||
define Image/Build/Profile/A10-OLinuXino-Lime
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user