diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-05-27 16:51:49 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-05-27 16:51:49 +0000 |
commit | f2efebdf37f3f6c26b62790b425ffdea5a546393 (patch) | |
tree | b7b5c678c4d85c81d7f6cdf9908cb7d7d24e729c /pcmcia-cs | |
parent | 4a304aa06a317e86a57f3e342cad81735e73e447 (diff) |
start pcmcia stuff at start
BKrev: 40b61ca5f0l8Frv65smZLtml0YuBFQ
Diffstat (limited to 'pcmcia-cs')
-rw-r--r-- | pcmcia-cs/pcmcia-cs_3.2.7.oe | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pcmcia-cs/pcmcia-cs_3.2.7.oe b/pcmcia-cs/pcmcia-cs_3.2.7.oe index 5cb21eb02e..7fe6137c24 100644 --- a/pcmcia-cs/pcmcia-cs_3.2.7.oe +++ b/pcmcia-cs/pcmcia-cs_3.2.7.oe @@ -7,6 +7,11 @@ DEPENDS = "virtual/kernel" SRC_URI = "${SOURCEFORGE_MIRROR}/pcmcia-cs/pcmcia-cs-${PV}.tar.gz" S = "${WORKDIR}/pcmcia-cs-${PV}" +INITSCRIPT_NAME = "pcmcia" +INITSCRIPT_PARAMS = "defaults" + +inherit update-rc.d + export KERNEL_SOURCE = ${@base_read_file('${STAGING_DIR}/${HOST_SYS}/kernel/kernel-source')} sbindir = "/sbin" |