diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-21 06:41:00 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-21 06:41:00 +0000 |
commit | c1701b3e17ab8da35678926dbf7f909d7854f7e0 (patch) | |
tree | 8c71f565f8d6c046311f864a3d0db26cf660fd8c /make/pcmcia.mk | |
parent | 075eb13aa98aced33cc5aefc3e232056eca092c6 (diff) | |
download | buildroot-novena-c1701b3e17ab8da35678926dbf7f909d7854f7e0.tar.gz buildroot-novena-c1701b3e17ab8da35678926dbf7f909d7854f7e0.zip |
pcmcia update
Diffstat (limited to 'make/pcmcia.mk')
-rw-r--r-- | make/pcmcia.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/pcmcia.mk b/make/pcmcia.mk index e278ea642..51f634df3 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 $(PCMCIA_DIR)/etc/rc.pcmcia $(TARGET_DIR)/etc/init.d/ + cp $(PCMCIA_DIR)/etc/rc.pcmcia $(TARGET_DIR)/etc/init.d/S30pcmcia chmod -R u+w $(TARGET_DIR)/etc/pcmcia/* pcmcia: uclibc $(TARGET_DIR)/sbin/cardmgr |