diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-21 15:36:08 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-21 15:36:08 +0000 |
commit | 921f5df25fdb9d89bd02ac0030ebb6ca7e003f0d (patch) | |
tree | f6b5be4741c2856fa0d0f0fa148ee4d0a1fecbaa /networking/Kbuild | |
parent | 04b30ba3b88c721b81194cae9cb439ddba4712db (diff) | |
download | busybox-921f5df25fdb9d89bd02ac0030ebb6ca7e003f0d.tar.gz |
- add 'ip rule' support. First take..
text data bss dec hex filename
2999 0 0 2999 bb7 networking/libiproute/iprule.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 066475925..a9a51fc2e 100644 --- a/networking/Kbuild +++ b/networking/Kbuild @@ -21,6 +21,7 @@ lib-$(CONFIG_IPCALC) += ipcalc.o lib-$(CONFIG_IPADDR) += ipaddr.o lib-$(CONFIG_IPLINK) += iplink.o lib-$(CONFIG_IPROUTE) += iproute.o +lib-$(CONFIG_IPRULE) += iprule.o lib-$(CONFIG_IPTUNNEL) += iptunnel.o lib-$(CONFIG_NAMEIF) += nameif.o lib-$(CONFIG_NC) += nc.o |