From: Mark Huang Date: Wed, 22 Feb 2006 21:42:37 +0000 (+0000) Subject: - add iproute/tc to list of custom packages X-Git-Tag: planetlab-3_3-branch-point~23 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=21c8c37016ea170bf53e0b341674e6c60fb166a3;p=build.git - add iproute/tc to list of custom packages --- diff --git a/Makefile b/Makefile index a7883e47..85b0a9c6 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2003-2005 The Trustees of Princeton University # -# $Id: Makefile,v 1.82 2005/12/08 19:56:44 mef Exp $ +# $Id: Makefile,v 1.83 2005/12/27 23:19:51 mef Exp $ # # Default target @@ -270,6 +270,17 @@ ALL += iptables iptables: kernel +# +# iproute +# + +iproute-CVSROOT := :pserver:anon@cvs.planet-lab.org:/cvs +iproute-MODULE := iproute2 +iproute-SPEC := iproute2/iproute.spec +ALL += iproute + +iptables: kernel + # # kexec-tools #