source: freewrt/package/iproute2/Config.in@ 827bdf2

freewrt_1_0 freewrt_2_0
Last change on this file since 827bdf2 was 827bdf2, checked in by Markus Wigge <markus@…>, 19 years ago

deactivated ip and ether-wake package while they are selected in busybox

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1007 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 605 bytes
Line 
1config FWRT_COMPILE_IPROUTE2
2 tristate
3 default n
4 depends FWRT_PACKAGE_IPROUTE2_IP || FWRT_PACKAGE_IPROUTE2_TC
5
6config 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
13comment "ip................................ Already provided by Busybox"
14 depends BUSYBOX_CONFIG_IP
15
16config 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.