[packages] thc-ipv6: fix menuconfig error triggered by improper quoting - patch by...
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 10 Feb 2010 00:36:42 +0000 (00:36 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 10 Feb 2010 00:36:42 +0000 (00:36 +0000)
SVN-Revision: 19570

ipv6/thc-ipv6/Makefile

index 374faf4953ee111148edfe80c5f8ba67d4323f86..076fffc299c6b1f73f9831bf9442694619cc5494 100644 (file)
@@ -56,7 +56,7 @@ endef
 
 
 #$(eval $(call BuildTool,NAME,TITLE,DESCRIPTION))
-$(eval $(call BuildTool,parasite6,\"ARP spoofer\" for IPv6,Provides false answers to Neighbor Solitication requests))
+$(eval $(call BuildTool,parasite6,ARP spoofer for IPv6,Provides false answers to Neighbor Solitication requests))
 $(eval $(call BuildTool,dos-new-ip6,DAD spoofer,Prevents new IPv6 interfaces to come up by spoofing DAD))
 $(eval $(call BuildTool,detect-new-ip6,Host detector,Detects new IPv6 addresses joining the network))
 $(eval $(call BuildTool,fake_router6,Router spoofer,Send Router Advertisements and try to become the default router))