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 /openwrt/package/busybox/Makefile | |
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
Diffstat (limited to 'openwrt/package/busybox/Makefile')
-rw-r--r-- | openwrt/package/busybox/Makefile | 2 |
1 files changed, 1 insertions, 1 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.... |