blob: e6e15e159720f7eb91ae912d001009680a0d4764 (
plain)
1
2
3
4
5
6
7
8
9
|
DESCRIPTION = "A hack to force VCC to 5v for hostap_cs cards. This will fry your \
card one sweet day."
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
}
|