xfce4-battery-plugin: tune the pandora hack
[openembedded.git] / recipes / udev / udev-hostap-cs-vcc-workaround_1.0.bb
1 DESCRIPTION = "A hack to force VCC to 5v for hostap_cs cards. This will fry your \
2 card one sweet day."
3 PR = "r1"
4
5 SRC_URI = " file://50-hostap_cs.rules "
6
7 do_install() {
8         install -d ${D}${sysconfdir}/udev/rules.d/
9         install -m 0644 ${WORKDIR}/50-hostap_cs.rules         ${D}${sysconfdir}/udev/rules.d/50-hostap_cs.rules
10 }
11
12 PACKAGE_ARCH = "all"