summaryrefslogtreecommitdiffstats
path: root/rules/iproute2.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2011-07-13 18:58:43 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2011-07-14 14:30:15 +0200
commit631f238c32a81f7b42a9256bd3845ce0db483953 (patch)
treee9a232800f47d35451cfcad21650e6a50cd82626 /rules/iproute2.in
parentaf1a46d3bea123f11a2a7506a2ffa820ea25a112 (diff)
downloadptxdist-631f238c32a81f7b42a9256bd3845ce0db483953.tar.gz
ptxdist-631f238c32a81f7b42a9256bd3845ce0db483953.tar.xz
iproute2: version bump 2.6.34 -> 2.6.39
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules/iproute2.in')
-rw-r--r--rules/iproute2.in54
1 files changed, 43 insertions, 11 deletions
diff --git a/rules/iproute2.in b/rules/iproute2.in
index a1067b2da..040440dd4 100644
--- a/rules/iproute2.in
+++ b/rules/iproute2.in
@@ -22,6 +22,21 @@ menuconfig IPROUTE2
if IPROUTE2
+config IPROUTE2_ARPD
+ bool
+ prompt "arpd"
+ help
+ Enabling this extry will enlarge your system by the berkely
+ DB4.x library.
+
+config IPROUTE2_CTSTAT
+ bool
+ prompt "ctstat"
+
+config IPROUTE2_GENL
+ bool
+ prompt "genl"
+
config IPROUTE2_IP
bool
depends on !BUSYBOX_IP || ALLYES
@@ -30,20 +45,13 @@ config IPROUTE2_IP
comment "busybox' ip is selected"
depends on BUSYBOX_IP
-config IPROUTE2_RTMON
+config IPROUTE2_IPCFG
bool
- prompt "rtmon"
+ prompt "ipcfg"
-config IPROUTE2_TC
+config IPROUTE2_IFSTAT
bool
- prompt "tc"
-
-config IPROUTE2_ARPD
- bool
- prompt "arpd"
- help
- Enabling this extry will enlarge your system by the berkely
- DB4.x library.
+ prompt "ifstat"
config IPROUTE2_LNSTAT
bool
@@ -53,12 +61,36 @@ config IPROUTE2_NSTAT
bool
prompt "nstat"
+config IPROUTE2_ROUTEF
+ bool
+ prompt "routef"
+
+config IPROUTE2_ROUTEL
+ bool
+ prompt "routel"
+
config IPROUTE2_RTACCT
bool
prompt "rtacct"
+config IPROUTE2_RTMON
+ bool
+ prompt "rtmon"
+
+config IPROUTE2_RTPR
+ bool
+ prompt "rtpr"
+
+config IPROUTE2_RTSTAT
+ bool
+ prompt "rtstat"
+
config IPROUTE2_SS
bool
prompt "ss"
+config IPROUTE2_TC
+ bool
+ prompt "tc"
+
endif