aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/udev/udev-hostap-cs-vcc-workaround_1.0.bb
blob: 4076cb2dd6d0ca230a1c6b054e38bea18d3f0ef8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "A hack to force VCC to 5v for hostap_cs cards. This will fry your \
card one sweet day."
PR = "r1"

SRC_URI = " file://50-hostap_cs.rules "

do_install() {
	install -d ${D}${sysconfdir}/udev/rules.d/
	install -m 0644 ${WORKDIR}/50-hostap_cs.rules         ${D}${sysconfdir}/udev/rules.d/50-hostap_cs.rules
}

PACKAGE_ARCH = "all"