diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-20 22:14:15 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-20 22:14:15 +0000 |
commit | b4366afb5020f10738c43d4e4471be1e4d94aac3 (patch) | |
tree | 519322ef1fef985f6be949e94c26d78b3b93e701 /make/pcmcia.mk | |
parent | fdafbe1f4e372486a8006ed34b5e8e8a8b12c418 (diff) | |
download | buildroot-novena-b4366afb5020f10738c43d4e4471be1e4d94aac3.tar.gz buildroot-novena-b4366afb5020f10738c43d4e4471be1e4d94aac3.zip |
Just use the default pcmcia script
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 a77682260..e278ea642 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/S30pcmcia $(TARGET_DIR)/etc/init.d/ + cp $(PCMCIA_DIR)/etc/rc.pcmcia $(TARGET_DIR)/etc/init.d/ chmod -R u+w $(TARGET_DIR)/etc/pcmcia/* pcmcia: uclibc $(TARGET_DIR)/sbin/cardmgr |