1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include ${ADK_TOPDIR}/rules.mk
6 PKG_NAME
:= b43-firmware
9 PKG_HASH
:= d327ceeb9315c45b08388b267f7820472680b88c0d02259939c09fbace740d35
10 PKG_DESCR
:= firmware for b43 wireless cards
11 PKG_SECTION
:= sys
/firmware
12 PKG_SITES
:= http
://distfiles.openadk.org
/
14 DISTFILES
:= ${PKG_NAME}-${PKG_VERSION}.
tar.gz
16 include ${ADK_TOPDIR}/mk
/package.mk
18 $(eval
$(call PKG_template
,B43_FIRMWARE
,b43-firmware
,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
22 INSTALL_STYLE
:= manual
25 ${INSTALL_DIR} ${IDIR_B43_FIRMWARE}/lib
/firmware
26 ${CP} ${WRKBUILD}/* ${IDIR_B43_FIRMWARE}/lib
/firmware
/
28 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk