blob: bcf571e093b3cc76b32552a1462af1f71639050d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "meta-package for prism3 support through ifupdown and hostap_fw_load"
SECTION = "base"
LICENSE = "GPL"
DEPENDS = "prism3-firmware hostap-utils"
RDEPENDS = "prism3-firmware hostap-utils"
PACKAGE_ARCH = "all"
PR = "r5"
SRC_URI = "file://hostap-fw-load"
do_install() {
install -d ${D}${sysconfdir}/network/if-pre-up.d/
install -m 0755 ${WORKDIR}/hostap-fw-load ${D}${sysconfdir}/network/if-pre-up.d/
}
|