X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=package%2Ffirmware%2Flinux-firmware%2FMakefile;h=929b652eb04f0a8d07f19fa647b011359533a848;hb=a84d51c85d93628fecba6dfba7e791231af19f7c;hp=fe682aba3dd09fe83ea324426b2900620714d9f8;hpb=c3d310356d74f0f1991583ae08836dd0e23a907f;p=librecmc%2Flibrecmc.git diff --git a/package/firmware/linux-firmware/Makefile b/package/firmware/linux-firmware/Makefile index fe682aba3d..929b652eb0 100644 --- a/package/firmware/linux-firmware/Makefile +++ b/package/firmware/linux-firmware/Makefile @@ -8,96 +8,33 @@ include $(TOPDIR)/rules.mk PKG_NAME:=linux-firmware -PKG_SOURCE_VERSION:=f8c22c692bdee57a20b092e647464ff6176df3ed -PKG_VERSION:=2014-03-16-$(PKG_SOURCE_VERSION) +PKG_SOURCE_VERSION:=c4c07a8d1128d50a5c2885ceea1abbebaa82f820 +PKG_VERSION:=2016-09-15-$(PKG_SOURCE_VERSION) PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_URL:=git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git -PKG_MIRROR_MD5SUM:=ca4d289ad9380471cae376fc7dd3660a +PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) +PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_SUBDIR) +PKG_SOURCE_URL:=https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git +PKG_MIRROR_MD5SUM:=030c69a540784e451293e327539ccc1c -PKG_MAINTAINER:=Felix Fietkau +PKG_MAINTAINER:=Felix Fietkau -include $(INCLUDE_DIR)/package.mk - -define Package/r8169-firmware - SECTION:=firmware - CATEGORY:=Firmware - URL:=http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git - TITLE:=RealTek r8169 firmware -endef - -define Build/Compile - -endef - -define Package/r8169-firmware/install - $(INSTALL_DIR) $(1)/lib/firmware/rtl_nic - $(CP) \ - $(PKG_BUILD_DIR)/rtl_nic/* \ - $(1)/lib/firmware/rtl_nic -endef - -$(eval $(call BuildPackage,r8169-firmware)) - -define Package/r8188eu-firmware - SECTION:=firmware - CATEGORY:=Firmware - URL:=http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git - TITLE:=RealTek r8188eu firmware -endef - -define Build/Compile +SCAN_DEPS = *.mk -endef - -define Package/r8188eu-firmware/install - $(INSTALL_DIR) $(1)/lib/firmware/rtlwifi - $(CP) \ - $(PKG_BUILD_DIR)/rtlwifi/rtl8188eufw.bin \ - $(1)/lib/firmware/rtlwifi -endef - -$(eval $(call BuildPackage,r8188eu-firmware)) - -define Package/ibt-firmware - SECTION:=firmware - CATEGORY:=Firmware - URL:=http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git - TITLE:=Intel bluetooth firmware -endef - -define Build/Compile - -endef - -define Package/ibt-firmware/install - $(INSTALL_DIR) $(1)/lib/firmware/intel - $(CP) \ - $(PKG_BUILD_DIR)/intel/*.bseq \ - $(1)/lib/firmware/intel -endef - -$(eval $(call BuildPackage,ibt-firmware)) +include $(INCLUDE_DIR)/package.mk -define Package/ar3k-firmware +define Package/firmware-default SECTION:=firmware CATEGORY:=Firmware URL:=http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git - TITLE:=ath3k firmware + TITLE:=$(1) endef define Build/Compile endef -define Package/ar3k-firmware/install - $(INSTALL_DIR) $(1)/lib/firmware/ar3k - $(CP) \ - $(PKG_BUILD_DIR)/ar3k/*.dfu \ - $(1)/lib/firmware/ar3k -endef - -$(eval $(call BuildPackage,ar3k-firmware)) +include $(wildcard ./*.mk) +#$(eval $(call BuildPackage,linux-firmware))