From 94756d4adc16a70d53f4db8fec8248aae2256af9 Mon Sep 17 00:00:00 2001 From: wbx Date: Sat, 26 Mar 2005 10:33:32 +0000 Subject: uncompress patches, requested by Kaloz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@460 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../package/linux/kernel-patches/023-drivers_parport_Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 openwrt/package/linux/kernel-patches/023-drivers_parport_Makefile (limited to 'openwrt/package/linux/kernel-patches/023-drivers_parport_Makefile') diff --git a/openwrt/package/linux/kernel-patches/023-drivers_parport_Makefile b/openwrt/package/linux/kernel-patches/023-drivers_parport_Makefile new file mode 100644 index 0000000000..996e30a9b1 --- /dev/null +++ b/openwrt/package/linux/kernel-patches/023-drivers_parport_Makefile @@ -0,0 +1,10 @@ +--- ../../../kernel/linux-mips-cvs/drivers/parport/Makefile 2004-08-14 20:38:53.000000000 +0200 ++++ linux-2.4.29/drivers/parport/Makefile 2005-03-21 13:57:53.338746517 +0100 +@@ -22,6 +22,7 @@ + + obj-$(CONFIG_PARPORT) += parport.o + obj-$(CONFIG_PARPORT_PC) += parport_pc.o ++obj-$(CONFIG_PARPORT_SPLINK) += parport_splink.o + obj-$(CONFIG_PARPORT_PC_PCMCIA) += parport_cs.o + obj-$(CONFIG_PARPORT_AMIGA) += parport_amiga.o + obj-$(CONFIG_PARPORT_MFC3) += parport_mfc3.o -- cgit v1.2.3