summaryrefslogtreecommitdiff
path: root/make/pcmcia.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-02-15 10:23:19 +0000
committerEric Andersen <andersen@codepoet.org>2003-02-15 10:23:19 +0000
commitbefb097e10cb7627b385ad95752f7cc04bea1af6 (patch)
tree3685724f67fb0785e653e9ee904be25f54c90494 /make/pcmcia.mk
parenta50c4277def16def5713dfdfc7a08238ffe61c06 (diff)
Fix a few problems noticed by Peter S. Mazinger
Diffstat (limited to 'make/pcmcia.mk')
-rw-r--r--make/pcmcia.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/make/pcmcia.mk b/make/pcmcia.mk
index 3c40b8108..164284281 100644
--- a/make/pcmcia.mk
+++ b/make/pcmcia.mk
@@ -48,7 +48,6 @@ $(PCMCIA_DIR)/.configured: $(PCMCIA_DIR)/.patched
perl -i -p -e "s/pump/udhcpc/" $(PCMCIA_DIR)/etc/network
perl -i -p -e "s/ide_cs/ide-cs/" $(PCMCIA_DIR)/etc/config
perl -i -p -e "s/bind \"wvlan_cs\"/bind \"orinoco_cs\"/g" $(PCMCIA_DIR)/etc/config
- perl -i -p -e "s,/etc/pcmcia.conf,/etc/pcmcia/pcmcia.conf," $(PCMCIA_DIR)/etc/rc.pcmcia
touch $(PCMCIA_DIR)/.configured
$(PCMCIA_DIR)/cardmgr/cardmgr: $(PCMCIA_DIR)/.configured
@@ -75,7 +74,6 @@ $(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
- perl -i -p -e "s,/etc/pcmcia.conf,/etc/pcmcia/pcmcia.conf," $(PCMCIA_DIR)/etc/rc.pcmcia
cp $(PCMCIA_DIR)/etc/rc.pcmcia $(TARGET_DIR)/etc/init.d/S30pcmcia
chmod a+x $(TARGET_DIR)/etc/init.d/S30pcmcia
chmod -R u+w $(TARGET_DIR)/etc/pcmcia/*