diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-02 19:57:25 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-02 19:57:25 +0000 |
commit | 55dabb105376481792a495d839ea3d9a7ee55b82 (patch) | |
tree | 05260532e48c446a778d51dcc51b248e8007b387 | |
parent | 0836b5c444b44864da44d84e81b34490b3a667a3 (diff) | |
download | upstream-55dabb105376481792a495d839ea3d9a7ee55b82.tar.gz upstream-55dabb105376481792a495d839ea3d9a7ee55b82.tar.bz2 upstream-55dabb105376481792a495d839ea3d9a7ee55b82.zip |
enable -T for tar
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@533 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/busybox/Makefile | 2 | ||||
-rw-r--r-- | package/busybox/config/archival/Config.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 0ade11d0ca..ccd7f7bece 100644 --- a/package/busybox/Makefile +++ b/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/package/busybox/config/archival/Config.in b/package/busybox/config/archival/Config.in index 8bb4886eb6..ee69bce89f 100644 --- a/package/busybox/config/archival/Config.in +++ b/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 |