diff options
author | Glenn L McGrath | 2002-12-01 23:04:06 +0000 |
---|---|---|
committer | Glenn L McGrath | 2002-12-01 23:04:06 +0000 |
commit | f112daa232122dd114933d04a9e415cfc61f1717 (patch) | |
tree | 1e52823545fb3e20f89205fd6224017e19586c72 /networking/libiproute/Makefile.in | |
parent | f3faf41334fab96d20854c2b4c1acab022c98028 (diff) | |
download | busybox-f112daa232122dd114933d04a9e415cfc61f1717.zip busybox-f112daa232122dd114933d04a9e415cfc61f1717.tar.gz |
Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank
Diffstat (limited to 'networking/libiproute/Makefile.in')
-rw-r--r-- | networking/libiproute/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/libiproute/Makefile.in b/networking/libiproute/Makefile.in index 6d35d7b..9fe1462 100644 --- a/networking/libiproute/Makefile.in +++ b/networking/libiproute/Makefile.in @@ -23,6 +23,7 @@ LIBIPROUTE_DIR:=$(TOPDIR)networking/libiproute/ endif LIBIPROUTE-$(CONFIG_IP) += \ + ip_parse_common_args.o \ ipaddress.o \ iplink.o \ iproute.o \ |