diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-27 19:33:20 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-27 19:33:20 +0100 |
commit | 0c6fb98d013e4ffc664935a51adce94254d10f83 (patch) | |
tree | f5d5cdecd15b0282cc4b1598632d6cb3afc84791 /package/busybox/patches/patch-networking_udhcp_dhcpd_c | |
parent | 02e9bb0970ba681f228dc642b1e5026cc97047c7 (diff) |
update busybox and default config
Diffstat (limited to 'package/busybox/patches/patch-networking_udhcp_dhcpd_c')
-rw-r--r-- | package/busybox/patches/patch-networking_udhcp_dhcpd_c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/busybox/patches/patch-networking_udhcp_dhcpd_c b/package/busybox/patches/patch-networking_udhcp_dhcpd_c deleted file mode 100644 index 26b6590c3..000000000 --- a/package/busybox/patches/patch-networking_udhcp_dhcpd_c +++ /dev/null @@ -1,11 +0,0 @@ -$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- busybox-1.13.4.orig/networking/udhcp/dhcpd.c 2008-11-09 18:27:58.000000000 +0100 -+++ busybox-1.13.4/networking/udhcp/dhcpd.c 2009-05-12 16:32:40.000000000 +0200 -@@ -196,7 +196,6 @@ int udhcpd_main(int argc UNUSED_PARAM, c - if (lease) { - if (server_id) { - /* SELECTING State */ -- DEBUG("server_id = %08x", ntohl(server_id_align)); - if (server_id_align == server_config.server && requested - && requested_align == lease->yiaddr - ) { |