freewrt_1_0
freewrt_2_0
| Line | |
|---|
| 1 | config FWRT_COMPILE_IPROUTE2
|
|---|
| 2 | tristate
|
|---|
| 3 | default n
|
|---|
| 4 | depends FWRT_PACKAGE_IPROUTE2_IP || FWRT_PACKAGE_IPROUTE2_TC
|
|---|
| 5 |
|
|---|
| 6 | config FWRT_PACKAGE_IP
|
|---|
| 7 | prompt "ip................................ A routing control utility"
|
|---|
| 8 | tristate
|
|---|
| 9 | default n
|
|---|
| 10 | select FWRT_COMPILE_IPROUTE2
|
|---|
| 11 | depends on ! BUSYBOX_CONFIG_IP
|
|---|
| 12 |
|
|---|
| 13 | comment "ip................................ Already provided by Busybox"
|
|---|
| 14 | depends BUSYBOX_CONFIG_IP
|
|---|
| 15 |
|
|---|
| 16 | config FWRT_PACKAGE_TC
|
|---|
| 17 | prompt "tc................................ A traffic control utility"
|
|---|
| 18 | tristate
|
|---|
| 19 | default n
|
|---|
| 20 | select FWRT_COMPILE_IPROUTE2
|
|---|
| 21 | select FWRT_PACKAGE_KMOD_IMQ
|
|---|
| 22 | select FWRT_PACKAGE_KMOD_SCHED
|
|---|
| 23 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.