diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-23 21:39:58 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-23 21:39:58 +0000 |
commit | 9b4261f6f094027393c6c249daa14e5fcd82641d (patch) | |
tree | 0282dea38b34d7dfa2ac322e63383aba7bcc8059 | |
parent | 5b1ccb5ae9373643df940e6c34072bb251eca7a2 (diff) |
remove stray hostap_cs.conf from pcmcia-cs
BKrev: 41a3ae2egirANm7JGlqoM0EKzlVrKg
-rw-r--r-- | pcmcia-cs/files/hostap_cs.conf | 0 | ||||
-rw-r--r-- | pcmcia-cs/pcmcia-cs_3.2.8.oe | 4 |
2 files changed, 1 insertions, 3 deletions
diff --git a/pcmcia-cs/files/hostap_cs.conf b/pcmcia-cs/files/hostap_cs.conf deleted file mode 100644 index e69de29bb2..0000000000 --- a/pcmcia-cs/files/hostap_cs.conf +++ /dev/null diff --git a/pcmcia-cs/pcmcia-cs_3.2.8.oe b/pcmcia-cs/pcmcia-cs_3.2.8.oe index 750a4a71c5..3ac5dbb9c9 100644 --- a/pcmcia-cs/pcmcia-cs_3.2.8.oe +++ b/pcmcia-cs/pcmcia-cs_3.2.8.oe @@ -3,7 +3,7 @@ SECTION = "base" PRIORITY = "required" LICENSE = "GPL" DEPENDS = "virtual/kernel" -PR = "r8" +PR = "r9" SRC_URI = "${SOURCEFORGE_MIRROR}/pcmcia-cs/pcmcia-cs-${PV}.tar.gz \ file://busybox.patch;patch=1 \ @@ -12,7 +12,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/pcmcia-cs/pcmcia-cs-${PV}.tar.gz \ file://ide.opts \ file://wireless.opts \ file://network.conf \ - file://hostap_cs.conf \ file://wnv.conf" S = "${WORKDIR}/pcmcia-cs-${PV}" @@ -65,7 +64,6 @@ do_install() { ${D}/${sysconfdir}/pcmcia/cis install -m 0644 ${WORKDIR}/network.conf ${D}/${sysconfdir}/pcmcia/ - install -m 0644 ${WORKDIR}/hostap_cs.conf ${D}/${sysconfdir}/pcmcia/ install -m 0644 ${WORKDIR}/wnv.conf ${D}/${sysconfdir}/pcmcia/ for i in ${INSTALL_ETC}; do |