diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-26 10:33:32 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-26 10:33:32 +0000 |
commit | e69d8c0d8fbac180aaba30c8a3cdda0770cd8427 (patch) | |
tree | f08d225e1f8931634c82cfeb18fa3ad5fa7e664e /package/linux/kernel-patches/023-drivers_parport_Makefile | |
parent | 609fbd1a579f41a8cb6d1029aa5eb86477851d89 (diff) |
uncompress patches, requested by Kaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@460 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/linux/kernel-patches/023-drivers_parport_Makefile')
-rw-r--r-- | package/linux/kernel-patches/023-drivers_parport_Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/linux/kernel-patches/023-drivers_parport_Makefile b/package/linux/kernel-patches/023-drivers_parport_Makefile new file mode 100644 index 000000000..996e30a9b --- /dev/null +++ b/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 |