diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-01-13 15:23:27 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-01-13 15:23:27 +0000 |
commit | d27d925a6d83a2831ccccb48ca24cd77768cde1a (patch) | |
tree | 4627274950722fccd8b5e583314c7c0d9482a88f /networking/Kbuild | |
parent | 481ce92bdffe1d5b6f8e3c9814cf2b62ca817c91 (diff) | |
download | busybox-d27d925a6d83a2831ccccb48ca24cd77768cde1a.tar.gz |
- new applet brctl
text data bss dec hex filename
289 20 0 309 135 networking/brctl.o
335 23 0 358 166 networking/brctl-verbose-ops.o
Diffstat (limited to 'networking/Kbuild')
-rw-r--r-- | networking/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/Kbuild b/networking/Kbuild index 23968a833..3bcbe0242 100644 --- a/networking/Kbuild +++ b/networking/Kbuild @@ -7,6 +7,7 @@ lib-y:= lib-$(CONFIG_ARP) += arp.o interface.o lib-$(CONFIG_ARPING) += arping.o +lib-$(CONFIG_BRCTL) += brctl.o lib-$(CONFIG_DNSD) += dnsd.o lib-$(CONFIG_ETHER_WAKE) += ether-wake.o lib-$(CONFIG_FAKEIDENTD) += isrv_identd.o isrv.o |