diff options
-rw-r--r-- | packages/udev/udev-hostap-cs-vcc-workaround_1.0.bb | 3 |
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" |