|
 2.4.26
 Makefile
diff -urN linux-2.4.25/Makefile linux-2.4.26/Makefile
--- linux-2.4.25/Makefile 2004-02-18 05:36:32.000000000 -0800
+++ linux-2.4.26/Makefile 2004-04-14 06:05:41.000000000 -0700
@@ -1,6 +1,6 @@
VERSION = 2
PATCHLEVEL = 4
-SUBLEVEL = 25
+SUBLEVEL = 26
EXTRAVERSION =
KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
@@ -223,7 +223,8 @@
drivers/tc/lk201-map.c \
net/khttpd/make_times_h \
net/khttpd/times.h \
- submenu*
+ submenu* \
+ drivers/ieee1394/oui.c
# directories removed with 'make clean'
CLEAN_DIRS = \
modules
|