udev-hostap-cs-vcc-workaround: PACKAGE_ARCH = "all"
authorPaul Sokolovsky <pmiscml@gmail.com>
Wed, 4 Jul 2007 23:54:47 +0000 (23:54 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Wed, 4 Jul 2007 23:54:47 +0000 (23:54 +0000)
packages/udev/udev-hostap-cs-vcc-workaround_1.0.bb

index e6e15e1..4076cb2 100644 (file)
@@ -1,5 +1,6 @@
 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 "
 
@@ -7,3 +8,5 @@ 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"