diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2005-12-15 11:08:30 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2005-12-15 11:08:30 +0000 |
commit | a8c3b7c7164df7a6c83c64601dfaaea476a169d2 (patch) | |
tree | 866707bb1e65dacbeecd3ead76d26c557cc3eccc /openwrt/package/busybox/patches/160-tar_fix.patch | |
parent | d18fb042fe9e47914afd43e5f6a17c0db2bc2ed9 (diff) | |
download | mtk-20170518-a8c3b7c7164df7a6c83c64601dfaaea476a169d2.zip mtk-20170518-a8c3b7c7164df7a6c83c64601dfaaea476a169d2.tar.gz mtk-20170518-a8c3b7c7164df7a6c83c64601dfaaea476a169d2.tar.bz2 |
upgrade busybox to v1.1.0-pre1
SVN-Revision: 2687
Diffstat (limited to 'openwrt/package/busybox/patches/160-tar_fix.patch')
-rw-r--r-- | openwrt/package/busybox/patches/160-tar_fix.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/openwrt/package/busybox/patches/160-tar_fix.patch b/openwrt/package/busybox/patches/160-tar_fix.patch deleted file mode 100644 index 32358cf..0000000 --- a/openwrt/package/busybox/patches/160-tar_fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- busybox-1.00/archival/tar.c.orig 2005-08-13 12:41:09.000000000 +0200 -+++ busybox-1.00/archival/tar.c 2005-08-13 12:39:50.000000000 +0200 -@@ -798,7 +798,7 @@ - /* TODO: This is the same as in ar, separate function ? */ - while (optind < argc) { - char *filename_ptr = last_char_is(argv[optind], '/'); -- if (filename_ptr) { -+ if (argv[optind] != filename_ptr && filename_ptr) { - *filename_ptr = '\0'; - } - tar_handle->accept = llist_add_to(tar_handle->accept, argv[optind]); |