diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-12-30 19:35:58 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-12-30 19:35:58 +0000 |
commit | a64b16df644f81e98ac5f66db26ea1cb037b3240 (patch) | |
tree | 2c471d0a952c48a01875824e4774b8e369fcb144 /package/busybox/patches/180-telnetd_ipv6.patch | |
parent | c8fea8d38011ede78e3f86d774886e32272973bb (diff) | |
download | upstream-a64b16df644f81e98ac5f66db26ea1cb037b3240.tar.gz upstream-a64b16df644f81e98ac5f66db26ea1cb037b3240.tar.bz2 upstream-a64b16df644f81e98ac5f66db26ea1cb037b3240.zip |
update busybox to v1.3.1, i was too lazy to update patch 320, feel free to do so
SVN-Revision: 5941
Diffstat (limited to 'package/busybox/patches/180-telnetd_ipv6.patch')
-rw-r--r-- | package/busybox/patches/180-telnetd_ipv6.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/busybox/patches/180-telnetd_ipv6.patch b/package/busybox/patches/180-telnetd_ipv6.patch deleted file mode 100644 index fb8df6fa92..0000000000 --- a/package/busybox/patches/180-telnetd_ipv6.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN busybox.old/networking/telnetd.c busybox.dev/networking/telnetd.c ---- busybox.old/networking/telnetd.c 2005-08-17 03:29:10.000000000 +0200 -+++ busybox.dev/networking/telnetd.c 2005-10-22 19:37:49.976396000 +0200 -@@ -49,6 +49,8 @@ - - #define BUFSIZE 4000 - -+#undef CONFIG_FEATURE_IPV6 -+ - #ifdef CONFIG_FEATURE_IPV6 - #define SOCKET_TYPE AF_INET6 - typedef struct sockaddr_in6 sockaddr_type; |