diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-09-06 14:14:01 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-09-06 14:14:01 +0000 |
commit | 1c781cc8fffa64ae59438bf653994cf908ba2b35 (patch) | |
tree | c0818e38cf4c8862c1ad7bced2c4e0d7dfaef029 /networking | |
parent | 4acb1b079316765b5896b4b87fc67804384412b2 (diff) | |
download | busybox-w32-1c781cc8fffa64ae59438bf653994cf908ba2b35.tar.gz busybox-w32-1c781cc8fffa64ae59438bf653994cf908ba2b35.tar.bz2 busybox-w32-1c781cc8fffa64ae59438bf653994cf908ba2b35.zip |
modprobe-small: make insmod command line compatible
function old new delta
modprobe_main 326 435 +109
moderror - 52 +52
process_module 577 530 -47
Diffstat (limited to 'networking')
-rw-r--r-- | networking/libiproute/ll_proto.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/networking/libiproute/ll_proto.c b/networking/libiproute/ll_proto.c index 0707fe08e..b8268732e 100644 --- a/networking/libiproute/ll_proto.c +++ b/networking/libiproute/ll_proto.c | |||
@@ -20,7 +20,9 @@ | |||
20 | #include <linux/if_ether.h> | 20 | #include <linux/if_ether.h> |
21 | #endif | 21 | #endif |
22 | 22 | ||
23 | #if !ENABLE_WERROR | ||
23 | #warning de-bloat | 24 | #warning de-bloat |
25 | #endif | ||
24 | /* Before re-enabling this, please (1) conditionalize exotic protocols | 26 | /* Before re-enabling this, please (1) conditionalize exotic protocols |
25 | * on CONFIG_something, and (2) decouple strings and numbers | 27 | * on CONFIG_something, and (2) decouple strings and numbers |
26 | * (use llproto_ids[] = n,n,n..; and llproto_names[] = "loop\0" "pup\0" ...;) | 28 | * (use llproto_ids[] = n,n,n..; and llproto_names[] = "loop\0" "pup\0" ...;) |