From: nbd Date: Sat, 2 Apr 2005 19:57:25 +0000 (+0000) Subject: enable -T for tar X-Git-Url: http://git.rohieb.name/openwrt.git/commitdiff_plain/9fdc30212a610d711bdc85a7700a68bb82d25c23?hp=efcafbd73d6233ad17d2d906bef363ad10518f53 enable -T for tar git-svn-id: svn://svn.openwrt.org/openwrt/trunk@533 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/busybox/Makefile b/openwrt/package/busybox/Makefile index 0ade11d0c..ccd7f7bec 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 8bb4886eb..ee69bce89 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