From: Felix Fietkau Date: Sat, 2 Apr 2005 19:57:25 +0000 (+0000) Subject: enable -T for tar X-Git-Tag: reboot~33179 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=38e649787ff289cdc2d599b364921134ab3c6479;p=oweals%2Fopenwrt.git enable -T for tar SVN-Revision: 533 --- diff --git a/openwrt/package/busybox/Makefile b/openwrt/package/busybox/Makefile index 0ade11d0ca..ccd7f7bece 100644 --- a/openwrt/package/busybox/Makefile +++ b/openwrt/package/busybox/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox -PKG_RELEASE:=1 +PKG_RELEASE:=2 ifeq ($(strip $(BR2_PACKAGE_BUSYBOX_SNAPSHOT)),y) # Be aware that this changes daily.... diff --git a/openwrt/package/busybox/config/archival/Config.in b/openwrt/package/busybox/config/archival/Config.in index 8bb4886eb6..ee69bce89f 100644 --- a/openwrt/package/busybox/config/archival/Config.in +++ b/openwrt/package/busybox/config/archival/Config.in @@ -159,7 +159,7 @@ config BUSYBOX_CONFIG_FEATURE_TAR_BZIP2 config BUSYBOX_CONFIG_FEATURE_TAR_FROM bool " Enable -X (exclude from) and -T (include from) options)" - default n + default y depends on BUSYBOX_CONFIG_TAR help If you enable this option you'll be able to specify