mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 20:27:58 +02:00
17 lines
476 B
BlitzBasic
17 lines
476 B
BlitzBasic
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"
|
|
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
|
|
PACKAGE_ARCH = "all"
|
|
PR = "r0"
|
|
|
|
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/
|
|
}
|
|
|