From e7f0b531078028546d4ded5f32dc963b7fe95c54 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 5 Jul 2008 13:59:13 +0000 Subject: [PATCH] Add a note to ahcpd to explain that the init script is slightly broken with the no_dns option (#3550) git-svn-id: svn://svn.openwrt.org/openwrt/packages@11664 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ipv6/ahcpd/files/ahcpd.config | 1 + 1 file changed, 1 insertion(+) diff --git a/ipv6/ahcpd/files/ahcpd.config b/ipv6/ahcpd/files/ahcpd.config index 58db58bc5..4aca86971 100755 --- a/ipv6/ahcpd/files/ahcpd.config +++ b/ipv6/ahcpd/files/ahcpd.config @@ -1,4 +1,5 @@ config ahcpd option interfaces "wl0" + # Comment out to actually disable, see ticket 3550 option no_dns false option no_ipv4 true