buildsystem: rename tgz/TGZ "feature" and matching options to targz/TARGZ

SVN-Revision: 21238
v19.07.3_mercusys_ac12_duma
Nicolas Thill 14 years ago
parent 7992df3721
commit b3b591c000

@ -60,14 +60,14 @@ menu "Target Images"
help help
Build a squashfs-lzma root filesystem Build a squashfs-lzma root filesystem
config TARGET_ROOTFS_TGZ config TARGET_ROOTFS_TARGZ
bool "tgz" bool "tar.gz"
default y if USES_TGZ default y if USES_TARGZ
help help
Build a compressed tar archive of the the root filesystem Build a compressed tar archive of the the root filesystem
config TARGET_ROOTFS_CPIOGZ config TARGET_ROOTFS_CPIOGZ
bool "cpiogz" bool "cpio.gz"
default y if USES_CPIOGZ default y if USES_CPIOGZ
help help
Build a compressed cpio archive of the the root filesystem Build a compressed cpio archive of the the root filesystem

@ -125,9 +125,9 @@ ifeq ($(CONFIG_TARGET_ROOTFS_CPIOGZ),y)
endef endef
endif endif
ifeq ($(CONFIG_TARGET_ROOTFS_TGZ),y) ifeq ($(CONFIG_TARGET_ROOTFS_TARGZ),y)
define Image/mkfs/tgz define Image/mkfs/targz
$(TAR) -zcf $(BIN_DIR)/$(IMG_PREFIX)-rootfs.tgz --numeric-owner --owner=0 --group=0 -C $(TARGET_DIR)/ . $(TAR) -zcf $(BIN_DIR)/$(IMG_PREFIX)-rootfs.tar.gz --numeric-owner --owner=0 --group=0 -C $(TARGET_DIR)/ .
endef endef
endif endif
@ -176,7 +176,7 @@ ifneq ($(IB),1)
$(call Image/BuildKernel) $(call Image/BuildKernel)
$(call Image/mkfs/jffs2) $(call Image/mkfs/jffs2)
$(call Image/mkfs/squashfs) $(call Image/mkfs/squashfs)
$(call Image/mkfs/tgz) $(call Image/mkfs/targz)
$(call Image/mkfs/cpiogz) $(call Image/mkfs/cpiogz)
$(call Image/mkfs/ext2) $(call Image/mkfs/ext2)
$(call Image/mkfs/iso) $(call Image/mkfs/iso)
@ -187,7 +187,7 @@ else
$(call Image/BuildKernel) $(call Image/BuildKernel)
$(call Image/mkfs/jffs2) $(call Image/mkfs/jffs2)
$(call Image/mkfs/squashfs) $(call Image/mkfs/squashfs)
$(call Image/mkfs/tgz) $(call Image/mkfs/targz)
$(call Image/mkfs/cpiogz) $(call Image/mkfs/cpiogz)
$(call Image/mkfs/ext2) $(call Image/mkfs/ext2)
$(call Image/mkfs/iso) $(call Image/mkfs/iso)

@ -162,7 +162,7 @@ sub target_config_features(@) {
/squashfs/ and $ret .= "\tselect USES_SQUASHFS\n"; /squashfs/ and $ret .= "\tselect USES_SQUASHFS\n";
/jffs2/ and $ret .= "\tselect USES_JFFS2\n"; /jffs2/ and $ret .= "\tselect USES_JFFS2\n";
/ext2/ and $ret .= "\tselect USES_EXT2\n"; /ext2/ and $ret .= "\tselect USES_EXT2\n";
/tgz/ and $ret .= "\tselect USES_TGZ\n"; /targz/ and $ret .= "\tselect USES_TARGZ\n";
/cpiogz/ and $ret .= "\tselect USES_CPIOGZ\n"; /cpiogz/ and $ret .= "\tselect USES_CPIOGZ\n";
/ubifs/ and $ret .= "\tselect USES_UBIFS\n"; /ubifs/ and $ret .= "\tselect USES_UBIFS\n";
/fpu/ and $ret .= "\tselect HAS_FPU\n"; /fpu/ and $ret .= "\tselect HAS_FPU\n";

@ -49,7 +49,7 @@ config USES_JFFS2
config USES_EXT2 config USES_EXT2
bool bool
config USES_TGZ config USES_TARGZ
bool bool
config USES_CPIOGZ config USES_CPIOGZ

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=mips ARCH:=mips
BOARD:=ar71xx BOARD:=ar71xx
BOARDNAME:=Atheros AR71xx/AR7240/AR913x BOARDNAME:=Atheros AR71xx/AR7240/AR913x
FEATURES:=squashfs jffs2 tgz FEATURES:=squashfs jffs2 targz
CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time
LINUX_VERSION:=2.6.32.12 LINUX_VERSION:=2.6.32.12

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=mipsel ARCH:=mipsel
BOARD:=cobalt BOARD:=cobalt
BOARDNAME:=Cobalt Microservers BOARDNAME:=Cobalt Microservers
FEATURES:=tgz pci ext2 FEATURES:=targz pci ext2
CFLAGS:=-O2 -pipe -mtune=r5000 -funit-at-a-time CFLAGS:=-O2 -pipe -mtune=r5000 -funit-at-a-time
LINUX_VERSION:=2.6.32.12 LINUX_VERSION:=2.6.32.12

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=arm ARCH:=arm
BOARD:=ep93xx BOARD:=ep93xx
BOARDNAME:=Cirrus Logic EP93xx SoC BOARDNAME:=Cirrus Logic EP93xx SoC
FEATURES:=squashfs jffs2 ext2 tgz usb FEATURES:=squashfs jffs2 ext2 targz usb
CFLAGS:=-Os -pipe -march=armv4t -funit-at-a-time CFLAGS:=-Os -pipe -march=armv4t -funit-at-a-time
LINUX_VERSION:=2.6.30.10 LINUX_VERSION:=2.6.30.10

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=arm ARCH:=arm
BOARD:=kirkwood BOARD:=kirkwood
BOARDNAME:=Marvell Kirkwood BOARDNAME:=Marvell Kirkwood
FEATURES:=tgz usb FEATURES:=targz usb
LINUX_VERSION:=2.6.30.10 LINUX_VERSION:=2.6.30.10

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=powerpc ARCH:=powerpc
BOARD:=mpc52xx BOARD:=mpc52xx
BOARDNAME:=Freescale MPC52xx BOARDNAME:=Freescale MPC52xx
FEATURES:=tgz ext2 FEATURES:=targz ext2
LINUX_VERSION:=2.6.30.10 LINUX_VERSION:=2.6.30.10

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=powerpc ARCH:=powerpc
BOARD:=mpc83xx BOARD:=mpc83xx
BOARDNAME:=Freescale MPC83xx BOARDNAME:=Freescale MPC83xx
FEATURES:=squashfs tgz broken FEATURES:=squashfs targz broken
LINUX_VERSION:=2.6.31.12 LINUX_VERSION:=2.6.31.12

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=mipsel ARCH:=mipsel
BOARD:=rb532 BOARD:=rb532
BOARDNAME:=Mikrotik RouterBoard 532 BOARDNAME:=Mikrotik RouterBoard 532
FEATURES:=jffs2 pci tgz FEATURES:=jffs2 pci targz
LINUX_VERSION:=2.6.32.12 LINUX_VERSION:=2.6.32.12

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=i386 ARCH:=i386
BOARD:=x86 BOARD:=x86
BOARDNAME:=x86 BOARDNAME:=x86
FEATURES:=squashfs jffs2 ext2 vdi vmdk pcmcia tgz FEATURES:=squashfs jffs2 ext2 vdi vmdk pcmcia targz
SUBTARGETS=generic olpc xen_domu ep80579 net5501 SUBTARGETS=generic olpc xen_domu ep80579 net5501
LINUX_VERSION:=2.6.32.12 LINUX_VERSION:=2.6.32.12

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=mipsel ARCH:=mipsel
BOARD:=xburst BOARD:=xburst
BOARDNAME:=Ingenic XBurst BOARDNAME:=Ingenic XBurst
FEATURES:=jffs2 tgz ubifs audio FEATURES:=jffs2 targz ubifs audio
SUBTARGETS:=qi_lb60 n516 n526 SUBTARGETS:=qi_lb60 n516 n526
LINUX_VERSION:=2.6.32.12 LINUX_VERSION:=2.6.32.12

Loading…
Cancel
Save