diff options
Diffstat (limited to 'meta/packages/hostap/hostap-conf_1.0.bb')
| -rw-r--r-- | meta/packages/hostap/hostap-conf_1.0.bb | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/meta/packages/hostap/hostap-conf_1.0.bb b/meta/packages/hostap/hostap-conf_1.0.bb deleted file mode 100644 index ce069662c7..0000000000 --- a/meta/packages/hostap/hostap-conf_1.0.bb +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | DESCRIPTION = "PCMCIA-cs configuration files for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset" | ||
| 2 | SECTION = "kernel/modules" | ||
| 3 | PRIORITY = "optional" | ||
| 4 | LICENSE = "GPL" | ||
| 5 | RDEPENDS = "update-modules" | ||
| 6 | PACKAGE_ARCH = "all" | ||
| 7 | PR = "r10" | ||
| 8 | |||
| 9 | SRC_URI = "file://hostap_cs.modalias" | ||
| 10 | |||
| 11 | do_compile() { | ||
| 12 | } | ||
| 13 | |||
| 14 | do_install() { | ||
| 15 | install -d ${D}${sysconfdir}/modutils | ||
| 16 | |||
| 17 | install -m 0644 ${WORKDIR}/hostap_cs.modalias ${D}${sysconfdir}/modutils/hostap_cs.conf | ||
| 18 | } | ||
| 19 | |||
| 20 | pkg_postinst () { | ||
| 21 | if [ -n "$D" ]; then | ||
| 22 | exit 1 | ||
| 23 | fi | ||
| 24 | update-modules || true | ||
| 25 | } | ||
| 26 | |||
| 27 | pkg_postrm () { | ||
| 28 | update-modules || true | ||
| 29 | } | ||
