summaryrefslogtreecommitdiff
path: root/package/i2400m-fw
diff options
context:
space:
mode:
authorPhil Sutter <phil.sutter@viprinet.com>2015-02-24 12:47:00 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-28 10:14:30 +0100
commite8e7f32187d504eaef27d7b9d808ad69dcaee079 (patch)
treeee967c2dd1396327ce0423b206b775204d22cb5e /package/i2400m-fw
parent9822bf88b29a3c1277af7a889506a5a2796e6daa (diff)
viprinux-arm: add support for intel wimax modules
Diffstat (limited to 'package/i2400m-fw')
-rw-r--r--package/i2400m-fw/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/package/i2400m-fw/Makefile b/package/i2400m-fw/Makefile
new file mode 100644
index 000000000..ff2ab45af
--- /dev/null
+++ b/package/i2400m-fw/Makefile
@@ -0,0 +1,29 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include $(ADK_TOPDIR)/rules.mk
+
+PKG_NAME:= i2400m-fw
+PKG_VERSION:= 1.5.0
+PKG_RELEASE:= 1
+PKG_HASH:= edcb7c5322c0185173a2dc79b3df4bc74964edfa741ebf9a09cd70a32d758c3d
+PKG_DESCR:= Intel (R) WiMAX 5150/5350/6250 Firmware
+PKG_SECTION:= net/misc
+PKG_URL:= http://www.linuxwimax.org
+PKG_SITES:= "http://www.linuxwimax.org/Download?action=AttachFile&do=get&target="
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
+
+include $(ADK_TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,I2400M_FW,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+CONFIG_STYLE:= manual
+BUILD_STYLE:= manual
+INSTALL_STYLE:= manual
+
+do-install:
+ $(INSTALL_DIR) $(IDIR_I2400M_FW)/lib/firmware
+ $(INSTALL_DATA) $(WRKDIST)/*-fw-usb-*.sbcf \
+ $(IDIR_I2400M_FW)/lib/firmware/
+
+include ${ADK_TOPDIR}/mk/pkg-bottom.mk