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 | 38e649787ff289cdc2d599b364921134ab3c6479 (patch) | |
tree | 0910bb77ca42a3c8304c0e751c1641ed532b00a5 | |
parent | 97d7c2621ecc752ca4a3cf77e333d5eb34064ff4 (diff) | |
download | mtk-20170518-38e649787ff289cdc2d599b364921134ab3c6479.zip mtk-20170518-38e649787ff289cdc2d599b364921134ab3c6479.tar.gz mtk-20170518-38e649787ff289cdc2d599b364921134ab3c6479.tar.bz2 |
enable -T for tar
SVN-Revision: 533
-rw-r--r-- | openwrt/package/busybox/Makefile | 2 | ||||
-rw-r--r-- | 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 0ade11d..ccd7f7b 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 8bb4886..ee69bce 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 |