add the 'click' package with roofnet scripts (thanks to John Bicket)
[openwrt-10.03/.git] / package / click / Config.in
1 config BR2_PACKAGE_CLICK
2         prompt "click............................. The Click Modular Router"
3         tristate
4         select BR2_PACKAGE_KMOD_TUN
5         default m if CONFIG_DEVEL
6         help
7                 http://pdos.csail.mit.edu/click/
8
9 config BR2_PACKAGE_ROOFNET
10         prompt "roofnet........................... roofnet mesh networking scripts"
11         tristate
12         depends BR2_PACKAGE_CLICK
13         select BR2_PACKAGE_KMOD_MADWIFI
14         default m if CONFIG_DEVEL
15         help
16                 http://pdos.csail.mit.edu/roofnet/
17
18