diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-02-28 20:11:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-02-28 20:11:40 +0000 |
commit | 29121b76a634a68d3519c6928fc92a3c91a608bc (patch) | |
tree | f2cf27e44193803fa50ca73fa1f29f5b750d4ba1 /package/click/Config.in | |
parent | 12ece1ff8f14f19790c946e276ebf92dd6a9b83a (diff) | |
download | upstream-29121b76a634a68d3519c6928fc92a3c91a608bc.tar.gz upstream-29121b76a634a68d3519c6928fc92a3c91a608bc.tar.bz2 upstream-29121b76a634a68d3519c6928fc92a3c91a608bc.zip |
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
Diffstat (limited to 'package/click/Config.in')
-rw-r--r-- | package/click/Config.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/package/click/Config.in b/package/click/Config.in new file mode 100644 index 0000000000..31e18352cf --- /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/ + + |