aboutsummaryrefslogtreecommitdiffstats
path: root/packages/udev/udev-hostap-cs-vcc-workaround_1.0.bb
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-07-04 23:51:53 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-07-04 23:51:53 +0000
commit74483949144780cf56a850628b6405520911c204 (patch)
tree9137548e30846dcfb92a9d135d7a66e8349dc5dc /packages/udev/udev-hostap-cs-vcc-workaround_1.0.bb
parente45268ec831c439a5159e147a02dccce7a6b4d0e (diff)
downloadopenembedded-74483949144780cf56a850628b6405520911c204.tar.gz
udev: Stop questionable device-specific hacks from contaminating PACKAGE_ARCH.
* Instead, put into own package and make machines RDEPEND on it per their likes.
Diffstat (limited to 'packages/udev/udev-hostap-cs-vcc-workaround_1.0.bb')
-rw-r--r--packages/udev/udev-hostap-cs-vcc-workaround_1.0.bb9
1 files changed, 9 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
new file mode 100644
index 0000000000..e6e15e1597
--- /dev/null
+++ b/packages/udev/udev-hostap-cs-vcc-workaround_1.0.bb
@@ -0,0 +1,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
+}