initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 d6ea85310df6ae08e7f7e46d8b975e17fc867145ee249307413cfbe15d7121ce b43-fwcutter-019.tar.bz2
|
||||
|
||||
# Hash for license file
|
||||
sha256 6af9fc424d57f29b7e59b35e52d4a91aca80304506275f2c0c076317fc6eb583 COPYING
|
||||
@@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# b43-fwcutter
|
||||
#
|
||||
################################################################################
|
||||
|
||||
B43_FWCUTTER_VERSION = 019
|
||||
B43_FWCUTTER_SITE = http://bues.ch/b43/fwcutter
|
||||
B43_FWCUTTER_SOURCE = b43-fwcutter-$(B43_FWCUTTER_VERSION).tar.bz2
|
||||
B43_FWCUTTER_LICENSE = BSD-2-Clause
|
||||
B43_FWCUTTER_LICENSE_FILES = COPYING
|
||||
|
||||
define HOST_B43_FWCUTTER_BUILD_CMDS
|
||||
$(HOST_CONFIGURE_OPTS) $(MAKE) -C $(@D)
|
||||
endef
|
||||
|
||||
define HOST_B43_FWCUTTER_INSTALL_CMDS
|
||||
$(INSTALL) -D -m 0755 $(@D)/b43-fwcutter $(HOST_DIR)/bin/b43-fwcutter
|
||||
endef
|
||||
|
||||
$(eval $(host-generic-package))
|
||||
Reference in New Issue
Block a user