mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
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 = "r2"
|
|
|
|
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/
|
|
}
|
|
|