When doing 'make menuconfig' :
Collecting package info: done
tmp/.config-package.in:12419: invalid option
make: *** [menuconfig] Error 1
This patch ( from git-diff) solve the problem.
I don't know if this is the proper way to solve the problem, since i'm
new to openwrt, but i hope this patch will help.
diff --git a/ipv6/thc-ipv6/Makefile b/ipv6/thc-ipv6/Makefile
index 374faf4..076fffc 100644
--- a/ipv6/thc-ipv6/Makefile
+++ b/ipv6/thc-ipv6/Makefile
@@ -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))
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel