blob: 31e18352cfd5b469d2302edd0bab5c7108567d3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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/
|