From 251ae658005ed01c1caf5275e860fba7754ca669 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 28 Feb 2006 20:11:40 +0000 Subject: add the 'click' package with roofnet scripts (thanks to John Bicket) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3288 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/click/Config.in | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package/click/Config.in (limited to 'package/click/Config.in') diff --git a/package/click/Config.in b/package/click/Config.in new file mode 100644 index 000000000..31e18352c --- /dev/null +++ b/package/click/Config.in @@ -0,0 +1,18 @@ +config BR2_PACKAGE_CLICK + prompt "click............................. The Click Modular Router" + tristate + select BR2_PACKAGE_KMOD_TUN + default m if CONFIG_DEVEL + help + http://pdos.csail.mit.edu/click/ + +config BR2_PACKAGE_ROOFNET + prompt "roofnet........................... roofnet mesh networking scripts" + tristate + depends BR2_PACKAGE_CLICK + select BR2_PACKAGE_KMOD_MADWIFI + default m if CONFIG_DEVEL + help + http://pdos.csail.mit.edu/roofnet/ + + -- cgit v1.2.3