aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/firmwares
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-03-21 21:35:13 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-03-28 18:16:14 +0200
commit771108bb00dceae1f1f80ef9467e79fe19528937 (patch)
tree9b7d5c9efdd4b1dd025ca41a29ad4b36aa4bcacf /recipes/firmwares
parentb17a9e52709b88bb8f75eee6267e9430b99e84ba (diff)
downloadopenembedded-771108bb00dceae1f1f80ef9467e79fe19528937.tar.gz
Revert "Added wl1251 firmware" (license issues)
This reverts commit d3780146af6fdc0f2de1b9485e9baf3f0f57ea97. Because we do not have the permission to ship this firmware The firmware came with no license,having no license doesn't give us the right to ship it,in fact it's the contrary: Current copyright law prevent redistribution by default if no permission is specified.
Diffstat (limited to 'recipes/firmwares')
-rw-r--r--recipes/firmwares/wl1251-fw_1.0-p1.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/recipes/firmwares/wl1251-fw_1.0-p1.bb b/recipes/firmwares/wl1251-fw_1.0-p1.bb
deleted file mode 100644
index ed4fef22b8..0000000000
--- a/recipes/firmwares/wl1251-fw_1.0-p1.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-DESCRIPTION = "Firmware for MSM wl1251 wifi chipset (e.g. trout/HTC Dream)"
-LICENCE = "Texas Instruments"
-
-SRC_URI = "\
- http://ftp.o2s.ch/pub/openmoko/firmware-wl12xx/wl1251-fw.bin;name=fw \
- http://ftp.o2s.ch/pub/openmoko/firmware-wl12xx/wl1251-nvs.bin;name=nvs \
-"
-
-SRC_URI[fw.md5sum] = "ebf5c2036d37bc56b4d41ddcbda4311e"
-SRC_URI[fw.sha156sum] = "c4b8a41024caa27218304d9cba4e3099900f365d3b006832457bfb8a563f740a"
-SRC_URI[nvs.md5sum] = "e430dbf16bdc9fe6adfd9e108d059d76"
-SRC_URI[nvs.sha156sum] = "67e4cf4d90fb65610125c2fded850d63900017aecafcadbaf50fe3d0369216f2"
-
-S = "${WORKDIR}/"
-
-do_install() {
- install -d ${D}${base_libdir}/firmware
- cp ${S}/wl1251-fw.bin ${D}${base_libdir}/firmware/wl1251-fw.bin
- cp ${S}/wl1251-nvs.bin ${D}${base_libdir}/firmware/wl1251-nvs.bin
-}
-
-PACKAGES = "${PN}"
-FILES_${PN} += "${base_libdir}/firmware"
-
-PACKAGE_ARCH = "all"