From 7664d4f2eae4110344503e03b5e450a740aad00c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 2 Apr 2005 19:57:25 +0000 Subject: [PATCH] enable -T for tar SVN-Revision: 533 --- openwrt/package/busybox/Makefile | 2 +- openwrt/package/busybox/config/archival/Config.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2