|
From: <ch...@us...> - 2008-01-16 19:02:46
|
Revision: 1011
http://ipcop.svn.sourceforge.net/ipcop/?rev=1011&view=rev
Author: chepati
Date: 2008-01-16 11:02:31 -0800 (Wed, 16 Jan 2008)
Log Message:
-----------
Removed unneeded test. Thanks to Olaf for noticing.
Modified Paths:
--------------
ipcop/trunk/lfs/initramfs
Modified: ipcop/trunk/lfs/initramfs
===================================================================
--- ipcop/trunk/lfs/initramfs 2008-01-16 14:37:13 UTC (rev 1010)
+++ ipcop/trunk/lfs/initramfs 2008-01-16 19:02:31 UTC (rev 1011)
@@ -459,12 +459,9 @@
cp -a $(INITRAMFS_DIR)/lib/modules/$(KVER)/kernel/drivers/ata \
$(FLOPPY_ROOT_DIR)/lib/modules/$(KVER)/kernel/drivers/
- # Sparcs don't have pcmcia, skip
-ifneq "$(MACHINE)" "sparc"
# Copy the PCMCIA kernel modules
cp -a $(INITRAMFS_DIR)/lib/modules/$(KVER)/kernel/drivers/pcmcia \
$(FLOPPY_ROOT_DIR)/lib/modules/$(KVER)/kernel/drivers/
-endif
# Copy the FIREWIRE kernel modules
cp -a $(INITRAMFS_DIR)/lib/modules/$(KVER)/kernel/drivers/firewire \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|