source: freewrt/package/b43-firmware/Makefile@ 9554ed5

freewrt_2_0
Last change on this file since 9554ed5 was 7af239a, checked in by Waldemar Brodkorb <wbx@…>, 4 months ago

wlan support: add b43 driver and firmware files

While there fix loading of kernel modules.
Enable Squashfs ZSTD in the kernel, too.

  • Property mode set to 100644
File size: 740 bytes
Line 
1# This file is part of the FreeWRT project. FreeWRT is copyrighted
2# material, please see the LICENCE file in the top-level directory
3
4include $(TOPDIR)/rules.mk
5
6PKG_NAME:= b43-firmware
7PKG_VERSION:= 1.0
8PKG_RELEASE:= 1
9WRKSRC= ${WRKDIR}/$(PKG_NAME)
10DISTFILES:=
11
12include $(TOPDIR)/mk/package.mk
13
14$(eval $(call PKG_template,B43_FIRMWARE,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
15
16$(WRKBUILD)/.prepared:
17 mkdir -p $(WRKBUILD)
18 touch $@
19
20$(WRKBUILD)/.configured:
21 touch $@
22
23$(WRKBUILD)/.built:
24 touch $@
25
26$(IPKG_B43_FIRMWARE):
27 $(INSTALL_DIR) $(IDIR_B43_FIRMWARE)/lib/firmware/b43
28 $(INSTALL_BIN) ./*.fw $(IDIR_B43_FIRMWARE)/lib/firmware/b43/
29 $(RSTRIP) $(IDIR_B43_FIRMWARE)
30 $(IPKG_BUILD) $(IDIR_B43_FIRMWARE) $(PACKAGE_DIR)
Note: See TracBrowser for help on using the repository browser.