aboutsummaryrefslogtreecommitdiffstats
path: root/packages/udev/udev-hostap-cs-vcc-workaround_1.0.bb
blob: 8cf59a7b2043f4fc0e1387ecf89e3844a9e5eead (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."
FILE_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"