aboutsummaryrefslogtreecommitdiffstats
path: root/packages/udev
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-07-04 23:54:47 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-07-04 23:54:47 +0000
commit123c45b2d0658297c007e260acd4be91735d43cc (patch)
tree9dd035fda1e9ecab5f85a3864a738bcdb503a48b /packages/udev
parent74483949144780cf56a850628b6405520911c204 (diff)
downloadopenembedded-123c45b2d0658297c007e260acd4be91735d43cc.tar.gz
udev-hostap-cs-vcc-workaround: PACKAGE_ARCH = "all"
Diffstat (limited to 'packages/udev')
-rw-r--r--packages/udev/udev-hostap-cs-vcc-workaround_1.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/udev/udev-hostap-cs-vcc-workaround_1.0.bb b/packages/udev/udev-hostap-cs-vcc-workaround_1.0.bb
index e6e15e1597..4076cb2dd6 100644
--- a/packages/udev/udev-hostap-cs-vcc-workaround_1.0.bb
+++ b/packages/udev/udev-hostap-cs-vcc-workaround_1.0.bb
@@ -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"