summaryrefslogtreecommitdiffstats
path: root/openwrt/package/click/Config.in
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-28 20:11:40 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-28 20:11:40 +0000
commit31f16482f2986df49fab4556d022060267ebe0fd (patch)
tree7b24caac4827ed321a570b7291185f6338debd1b /openwrt/package/click/Config.in
parent22774bf94d280eab700515c44d9a5f2b48837a76 (diff)
add the 'click' package with roofnet scripts (thanks to John Bicket)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3288 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/click/Config.in')
-rw-r--r--openwrt/package/click/Config.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/openwrt/package/click/Config.in b/openwrt/package/click/Config.in
new file mode 100644
index 000000000..31e18352c
--- /dev/null
+++ b/openwrt/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/
+
+