move nvram,jffs2root,shared libs into target/linux/package and make them broadcom...
[openwrt.git] / package / iproute2 / Config.in
1 config BR2_PACKAGE_IPROUTE2
2 tristate
3 depends BR2_PACKAGE_IPROUTE2_IP || BR2_PACKAGE_IPROUTE2_TC
4 default n
5
6 config BR2_PACKAGE_IPROUTE2_IP
7 tristate "iproute2 routing control (ip)"
8 default m if CONFIG_DEVEL
9 select BR2_PACKAGE_IPROUTE2
10
11 config BR2_PACKAGE_IPROUTE2_TC
12 tristate "iproute2 traffic control (tc)"
13 default m if CONFIG_DEVEL
14 select BR2_PACKAGE_IPROUTE2
15 select BR2_PACKAGE_KMOD_SCHED
16
17
This page took 0.0413 seconds and 5 git commands to generate.