summaryrefslogtreecommitdiff
path: root/packages/busybox/slingbox-1.2.2/wget-long-options.patch
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-02-08 15:00:05 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-02-08 15:00:05 +0000
commitfb9a0a7d806b76f42fa2373097b3f3a095d04252 (patch)
tree4482cfb2c9f39fde363744ae9b22113770cc69f4 /packages/busybox/slingbox-1.2.2/wget-long-options.patch
parent193648837c3c0b7750bb1be5845d06f19a7f21fe (diff)
parentd3740f299c896999d0e80b62c15960e7ee9efc0c (diff)
merge of '2f09abb6c6399a0d986a8e19fb17a4bb638c1538'
and 'db558f5b7717eef3e8d6dd412de064984daa043f'
Diffstat (limited to 'packages/busybox/slingbox-1.2.2/wget-long-options.patch')
-rw-r--r--packages/busybox/slingbox-1.2.2/wget-long-options.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/busybox/slingbox-1.2.2/wget-long-options.patch b/packages/busybox/slingbox-1.2.2/wget-long-options.patch
deleted file mode 100644
index 3c5920a3cb..0000000000
--- a/packages/busybox/slingbox-1.2.2/wget-long-options.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- busybox-1.2.1.orig/networking/wget.c
-+++ busybox-1.2.1/networking/wget.c
-@@ -136,7 +136,7 @@
- #define WGET_OPT_PREFIX 32
- #define WGET_OPT_PROXY 64
-
--#if ENABLE_WGET_LONG_OPTIONS
-+#if CONFIG_FEATURE_WGET_LONG_OPTIONS
- static const struct option wget_long_options[] = {
- { "continue", 0, NULL, 'c' },
- { "quiet", 0, NULL, 'q' },
-@@ -180,7 +180,7 @@
- * Crack command line.
- */
- bb_opt_complementally = "-1:\203::";
--#if ENABLE_WGET_LONG_OPTIONS
-+#if CONFIG_FEATURE_WGET_LONG_OPTIONS
- bb_applet_long_options = wget_long_options;
- #endif
- opt = bb_getopt_ulflags(argc, argv, "cq\213O:\203:P:Y:",