Changeset 9b15aee in freewrt for package/iproute2
- Timestamp:
- Oct 26, 2006, 12:03:17 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 4223b27
- Parents:
- ad50185
- File:
-
- 1 edited
-
package/iproute2/Config.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/iproute2/Config.in
rad50185 r9b15aee 3 3 default n 4 4 depends FWRT_PACKAGE_IPROUTE2_IP || FWRT_PACKAGE_IPROUTE2_TC 5 6 config FWRT_SHOW_IPROUTE2 7 bool "iproute2.......................... iproute2 package (ip/tc)" 8 default n 5 9 6 10 config FWRT_PACKAGE_IP … … 9 13 default n 10 14 select FWRT_COMPILE_IPROUTE2 15 depends on FWRT_SHOW_IPROUTE2 11 16 depends on ! BUSYBOX_CONFIG_IP 12 17 13 18 comment "ip................................ Already provided by Busybox" 14 depends BUSYBOX_CONFIG_IP 19 depends on FWRT_SHOW_IPROUTE2 20 depends on BUSYBOX_CONFIG_IP 15 21 16 22 config FWRT_PACKAGE_TC … … 18 24 tristate 19 25 default n 26 depends on FWRT_SHOW_IPROUTE2 20 27 select FWRT_COMPILE_IPROUTE2 21 28 select FWRT_PACKAGE_KMOD_IMQ
Note:
See TracChangeset
for help on using the changeset viewer.
