From 954df8c66f780746f54d5428ff9baf94f4924834 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 25 Jun 2007 09:42:30 -0700 Subject: [PATCH] Snapshot update for 2.6.22 Signed-off-by: Stephen Hemminger --- include/SNAPSHOT.h | 2 +- tc/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SNAPSHOT.h b/include/SNAPSHOT.h index b8b5e45d..73f11c8a 100644 --- a/include/SNAPSHOT.h +++ b/include/SNAPSHOT.h @@ -1 +1 @@ -static char SNAPSHOT[] = "070313"; +static char SNAPSHOT[] = "070625"; diff --git a/tc/Makefile b/tc/Makefile index b607b261..22cd437d 100644 --- a/tc/Makefile +++ b/tc/Makefile @@ -11,7 +11,7 @@ TCMODULES += q_red.o TCMODULES += q_prio.o TCMODULES += q_tbf.o TCMODULES += q_cbq.o -TCMODULES += q_netem.so +TCMODULES += q_netem.o TCMODULES += f_rsvp.o TCMODULES += f_u32.o TCMODULES += f_route.o