commit | f112daa232122dd114933d04a9e415cfc61f1717 | [log] [tgz] |
---|---|---|
author | Glenn L McGrath <bug1@ihug.co.nz> | Sun Dec 01 23:04:06 2002 +0000 |
committer | Glenn L McGrath <bug1@ihug.co.nz> | Sun Dec 01 23:04:06 2002 +0000 |
tree | 1e52823545fb3e20f89205fd6224017e19586c72 | |
parent | f3faf41334fab96d20854c2b4c1acab022c98028 [diff] [blame] |
Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank
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 @@ endif LIBIPROUTE-$(CONFIG_IP) += \ + ip_parse_common_args.o \ ipaddress.o \ iplink.o \ iproute.o \