aboutsummaryrefslogtreecommitdiffstats
path: root/package/iproute2/Config.in
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-05-10 19:06:22 +0000
committerMike Baker <mbm@openwrt.org>2006-05-10 19:06:22 +0000
commit4db966cb5e50b72afbb0b0b9ea0176b78f4e9064 (patch)
tree723775516af9d2f501e52b4cbccb4b00f52ce5a9 /package/iproute2/Config.in
parenta9b90461ebdaeec297893bb2357a5785424f5844 (diff)
downloadupstream-4db966cb5e50b72afbb0b0b9ea0176b78f4e9064.tar.gz
upstream-4db966cb5e50b72afbb0b0b9ea0176b78f4e9064.tar.bz2
upstream-4db966cb5e50b72afbb0b0b9ea0176b78f4e9064.zip
Convert packages to new template
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3752 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iproute2/Config.in')
-rw-r--r--package/iproute2/Config.in21
1 files changed, 0 insertions, 21 deletions
diff --git a/package/iproute2/Config.in b/package/iproute2/Config.in
deleted file mode 100644
index 349e3b7df2..0000000000
--- a/package/iproute2/Config.in
+++ /dev/null
@@ -1,21 +0,0 @@
-menu "iproute2.......................... A collection of utilites for controlling TCP/IP networking and Traffic Control"
-
-config BR2_COMPILE_IPROUTE2
- tristate
- default n
- depends BR2_PACKAGE_IPROUTE2_IP || BR2_PACKAGE_IPROUTE2_TC
-
-config BR2_PACKAGE_IP
- prompt "ip.............................. A routing control utility"
- tristate
- default m if CONFIG_DEVEL
- select BR2_COMPILE_IPROUTE2
-
-config BR2_PACKAGE_TC
- prompt "tc.............................. A traffic control utility"
- tristate
- default m if CONFIG_DEVEL
- select BR2_COMPILE_IPROUTE2
- select BR2_PACKAGE_KMOD_SCHED
-
-endmenu