diff options
author | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
---|---|---|
committer | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
commit | 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch) | |
tree | b9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/iproute2/patches/patch-ip_Makefile |
Initial import
Diffstat (limited to 'package/iproute2/patches/patch-ip_Makefile')
-rw-r--r-- | package/iproute2/patches/patch-ip_Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/iproute2/patches/patch-ip_Makefile b/package/iproute2/patches/patch-ip_Makefile new file mode 100644 index 000000000..d1f2cceec --- /dev/null +++ b/package/iproute2/patches/patch-ip_Makefile @@ -0,0 +1,10 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- iproute2-2.6.26.orig/ip/Makefile 2008-07-25 22:46:07.000000000 +0200 ++++ iproute2-2.6.26/ip/Makefile 2008-10-09 17:07:10.000000000 +0200 +@@ -1,5 +1,5 @@ + IPOBJ=ip.o ipaddress.o ipaddrlabel.o iproute.o iprule.o \ +- rtm_map.o iptunnel.o ip6tunnel.o tunnel.o ipneigh.o ipntable.o iplink.o \ ++ rtm_map.o iptunnel.o tunnel.o ipneigh.o ipntable.o iplink.o \ + ipmaddr.o ipmonitor.o ipmroute.o ipprefix.o \ + ipxfrm.o xfrm_state.o xfrm_policy.o xfrm_monitor.o \ + iplink_vlan.o link_veth.o |