mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-14 07:11:52 +02:00
enable -T for tar
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@533 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
efcafbd73d
commit
9fdc30212a
@ -3,7 +3,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=busybox
|
PKG_NAME:=busybox
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
ifeq ($(strip $(BR2_PACKAGE_BUSYBOX_SNAPSHOT)),y)
|
ifeq ($(strip $(BR2_PACKAGE_BUSYBOX_SNAPSHOT)),y)
|
||||||
# Be aware that this changes daily....
|
# Be aware that this changes daily....
|
||||||
|
@ -159,7 +159,7 @@ config BUSYBOX_CONFIG_FEATURE_TAR_BZIP2
|
|||||||
|
|
||||||
config BUSYBOX_CONFIG_FEATURE_TAR_FROM
|
config BUSYBOX_CONFIG_FEATURE_TAR_FROM
|
||||||
bool " Enable -X (exclude from) and -T (include from) options)"
|
bool " Enable -X (exclude from) and -T (include from) options)"
|
||||||
default n
|
default y
|
||||||
depends on BUSYBOX_CONFIG_TAR
|
depends on BUSYBOX_CONFIG_TAR
|
||||||
help
|
help
|
||||||
If you enable this option you'll be able to specify
|
If you enable this option you'll be able to specify
|
||||||
|
Loading…
Reference in New Issue
Block a user