diff options
Diffstat (limited to 'meta/recipes-bsp/orinoco/spectrum-fw.bb')
-rw-r--r-- | meta/recipes-bsp/orinoco/spectrum-fw.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-bsp/orinoco/spectrum-fw.bb b/meta/recipes-bsp/orinoco/spectrum-fw.bb deleted file mode 100644 index 45011d336c..0000000000 --- a/meta/recipes-bsp/orinoco/spectrum-fw.bb +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | DESCRIPTION = "Firmware for Spectrum Wireless LAN cards" | ||
2 | DEPENDS += " unzip-native " | ||
3 | LICENSE = "closed" | ||
4 | PR = "r2" | ||
5 | |||
6 | SRC_URI = "http://ftp.osuosl.org/pub/nslu2/sources/MC&DriverOnlyInstallers.zip \ | ||
7 | file://get_symbol_fw \ | ||
8 | file://parse_symbol_fw" | ||
9 | S = "${WORKDIR}" | ||
10 | |||
11 | do_configure() { | ||
12 | ./get_symbol_fw | ||
13 | } | ||
14 | |||
15 | do_install() { | ||
16 | install -d ${D}${base_libdir}/firmware/ | ||
17 | install -m 0755 ${WORKDIR}/symbol_sp24t_prim_fw ${D}${base_libdir}/firmware/symbol_sp24t_prim_fw | ||
18 | install -m 0755 ${WORKDIR}/symbol_sp24t_sec_fw ${D}${base_libdir}/firmware/symbol_sp24t_sec_fw | ||
19 | } | ||
20 | |||
21 | PACKAGE_ARCH = "all" | ||
22 | FILES_${PN} += "${base_libdir}/firmware/symbol*" | ||