summaryrefslogtreecommitdiffstats
path: root/rules/iproute2.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-05-21 18:50:34 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-05-21 18:50:34 +0000
commit9a39fc3f97ea3cd5ed360f40b51f2969eb2253bf (patch)
treed7fd1f7d8ef2645d32f9b12b178dafefba6d6df9 /rules/iproute2.in
parent449e9eedc4b17563b85ae8781f70a8264578de1c (diff)
downloadptxdist-9a39fc3f97ea3cd5ed360f40b51f2969eb2253bf.tar.gz
ptxdist-9a39fc3f97ea3cd5ed360f40b51f2969eb2253bf.tar.xz
* iproute2: update 2.6.23 -> 2.6.29-1
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10555 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/iproute2.in')
-rw-r--r--rules/iproute2.in47
1 files changed, 40 insertions, 7 deletions
diff --git a/rules/iproute2.in b/rules/iproute2.in
index e4c8c08ae..b8fa7a194 100644
--- a/rules/iproute2.in
+++ b/rules/iproute2.in
@@ -1,17 +1,50 @@
## SECTION=networking
-config IPROUTE2
+menuconfig IPROUTE2
tristate
prompt "iproute2"
- select DB
+ select DB if IPROUTE2_ARPD
select LIBC_DL
select LIBC_M
select LIBC_RESOLV
- # arpd.c:(.text+0x1428): undefined reference to `__db185_open'
-# depends on BROKEN
help
- Iproute2 is a collection of utilities for
- controlling TCP/IP networking and traffic
- control in Linux.
+ Iproute2 is a collection of utilities for controlling TCP/IP networking
+ apnd traffic control in Linux.
+if IPROUTE2
+
+config IPROUTE2_IP
+ bool
+ prompt "ip"
+
+config IPROUTE2_RTMON
+ bool
+ prompt "rtmon"
+
+config IPROUTE2_TC
+ bool
+ prompt "tc"
+
+config IPROUTE2_ARPD
+ bool
+ select DB_44
+ prompt "arpd"
+
+config IPROUTE2_LNSTAT
+ bool
+ prompt "lnstat"
+
+config IPROUTE2_NSTAT
+ bool
+ prompt "nstat"
+
+config IPROUTE2_RTACCT
+ bool
+ prompt "rtacct"
+
+config IPROUTE2_SS
+ bool
+ prompt "ss"
+
+endif