summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorEric Andersen2003-02-04 11:35:13 +0100
committerEric Andersen2003-02-04 11:35:13 +0100
commit39eb7da8788d5f98b37fe8d730b2fbe121ce105e (patch)
tree648d66b820fb0bc0141b6b7fd96416bedb0405cc /make
parentUpdate to dhcp-3.0pl2 (diff)
downloadbuildroot-39eb7da8788d5f98b37fe8d730b2fbe121ce105e.tar.gz
buildroot-39eb7da8788d5f98b37fe8d730b2fbe121ce105e.tar.xz
buildroot-39eb7da8788d5f98b37fe8d730b2fbe121ce105e.zip
Be extra sure that /etc/init.d/S30pcmcia is executable
Diffstat (limited to 'make')
-rw-r--r--make/pcmcia.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/pcmcia.mk b/make/pcmcia.mk
index 51f634df3..b81275f38 100644
--- a/make/pcmcia.mk
+++ b/make/pcmcia.mk
@@ -79,6 +79,7 @@ $(TARGET_DIR)/sbin/cardmgr: $(PCMCIA_DIR)/cardmgr/cardmgr
rm -f $(TARGET_DIR)/sbin/pcinitrd
rm -f $(TARGET_DIR)/sbin/probe
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/*
pcmcia: uclibc $(TARGET_DIR)/sbin/cardmgr