]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - iproute2/iproute2.nm
iproute2: Update to 3.4.0.
[people/amarx/ipfire-3.x.git] / iproute2 / iproute2.nm
index 9d85951e3b4fad5cbea9b7e9c136ba41f796d52f..31dd9da53de192c7061672429fd40aa091138028 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = iproute2
-version    = 3.3.0
+version    = 3.4.0
 release    = 1
 
 groups     = Networking/Tools
@@ -18,7 +18,7 @@ description
        capabilities of the Linux 2.4.x and 2.6.x kernel.
 end
 
-source_dl  =
+source_dl  = http://kernel.org/pub/linux/utils/net/iproute2/
 sources    = %{thisapp}.tar.xz
 
 build
@@ -52,7 +52,7 @@ build
                        %{BUILDROOT}%{sysconfdir}/iproute2
 
                # Install binaries.
-               for bin in genl/genl ip/{ifcfg,ip,routef,routel,rtpr} tc/tc \
+               for bin in genl/genl ip/{ifcfg,ip,routef,routel,rtmon,rtpr} tc/tc \
                                misc/{arpd,ifstat,lnstat,nstat,rtacct,ss}; do
                        install -v -m 755 ${bin} %{BUILDROOT}%{sbindir}
                done