add recipes-wlan, e2openplugins
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-wlan / rt2870sta / rt2870sta_1.0.0.bb
diff --git a/meta-openvuplus/recipes-wlan/rt2870sta/rt2870sta_1.0.0.bb b/meta-openvuplus/recipes-wlan/rt2870sta/rt2870sta_1.0.0.bb
new file mode 100644 (file)
index 0000000..94f9120
--- /dev/null
@@ -0,0 +1,18 @@
+DESCRIPTION = "install RT2870STA.dat file for ralink drivers"
+
+PV = "1.0.0"
+PR = "r0"
+LICENSE = "CLOSED"
+
+SRC_URI = "file://RT2870STA.dat"
+
+S = "${WORKDIR}/"
+
+do_compile() {
+        :
+}
+
+do_install() {
+       install -d  ${D}/etc/Wireless/RT2870STA/
+       install -m 0755 ${WORKDIR}/RT2870STA.dat ${D}/etc/Wireless/RT2870STA/
+}