summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-01-18 22:41:02 +0000
committerEric Andersen <andersen@codepoet.org>2003-01-18 22:41:02 +0000
commit34b86305eff15b2f0be5bcdb3cd02b7fb8a90b61 (patch)
tree40216e7fe67f1cc2793ef189055f220715a672ec /make
parentb1c7fa327e4d426a71c6bd40435668830bbac513 (diff)
downloadbuildroot-novena-34b86305eff15b2f0be5bcdb3cd02b7fb8a90b61.tar.gz
buildroot-novena-34b86305eff15b2f0be5bcdb3cd02b7fb8a90b61.zip
Fix filename
Diffstat (limited to 'make')
-rw-r--r--make/pcmcia.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/pcmcia.mk b/make/pcmcia.mk
index 88368a788..cd4c0d3d0 100644
--- a/make/pcmcia.mk
+++ b/make/pcmcia.mk
@@ -78,7 +78,7 @@ $(TARGET_DIR)/sbin/cardmgr: $(PCMCIA_DIR)/cardmgr/cardmgr
rm -f $(TARGET_DIR)/usr/share/pnp.ids $(TARGET_DIR)/sbin/lspnp $(TARGET_DIR)/sbin/setpnp;
rm -f $(TARGET_DIR)/sbin/pcinitrd
rm -f $(TARGET_DIR)/sbin/probe
- cp $(SOURCE_DIR)/target_skeleton/etc/init.d/pcmcia $(TARGET_DIR)/etc/init.d/pcmcia
+ cp $(SOURCE_DIR)/target_skeleton/etc/init.d/S30pcmcia $(TARGET_DIR)/etc/init.d/
chmod -R u+w $(TARGET_DIR)/etc/pcmcia/*
pcmcia: uclibc $(TARGET_DIR)/sbin/cardmgr