mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-09 12:21:33 +00:00
linux-firmware: remove duplication in package metadata
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48174
This commit is contained in:
parent
2d21f6c6d6
commit
b6fcd06204
@ -23,39 +23,33 @@ PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/ibt-firmware
|
define Package/firmware-default
|
||||||
SECTION:=firmware
|
SECTION:=firmware
|
||||||
CATEGORY:=Firmware
|
CATEGORY:=Firmware
|
||||||
URL:=http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git
|
URL:=http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git
|
||||||
TITLE:=Intel bluetooth firmware
|
TITLE:=$(1)
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/ibt-firmware/install
|
|
||||||
$(INSTALL_DIR) $(1)/lib/firmware/intel
|
|
||||||
$(CP) \
|
|
||||||
$(PKG_BUILD_DIR)/intel/*.bseq \
|
|
||||||
$(1)/lib/firmware/intel
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/ar3k-firmware
|
|
||||||
SECTION:=firmware
|
|
||||||
CATEGORY:=Firmware
|
|
||||||
URL:=http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git
|
|
||||||
TITLE:=ath3k firmware
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/ar3k-firmware/install
|
|
||||||
$(INSTALL_DIR) $(1)/lib/firmware/ar3k
|
|
||||||
$(CP) \
|
|
||||||
$(PKG_BUILD_DIR)/ar3k/*.dfu \
|
|
||||||
$(1)/lib/firmware/ar3k
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
include $(wildcard ./*.mk)
|
Package/ibt-firmware = $(call Package/firmware-default,Intel bluetooth firmware)
|
||||||
|
define Package/ibt-firmware/install
|
||||||
$(eval $(call BuildPackage,ar3k-firmware))
|
$(INSTALL_DIR) $(1)/lib/firmware/intel
|
||||||
|
$(CP) \
|
||||||
|
$(PKG_BUILD_DIR)/intel/*.bseq \
|
||||||
|
$(1)/lib/firmware/intel
|
||||||
|
endef
|
||||||
$(eval $(call BuildPackage,ibt-firmware))
|
$(eval $(call BuildPackage,ibt-firmware))
|
||||||
|
|
||||||
|
Package/ar3k-firmware = $(call Package/firmware-default,ath3k firmware)
|
||||||
|
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)
|
||||||
|
@ -1,32 +1,17 @@
|
|||||||
define Package/r8169-firmware
|
Package/r8169-firmware = $(call Package/firmware-default,RealTek RTL8169 firmware)
|
||||||
SECTION:=firmware
|
|
||||||
CATEGORY:=Firmware
|
|
||||||
URL:=http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git
|
|
||||||
TITLE:=RealTek r8169 firmware
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/r8169-firmware/install
|
define Package/r8169-firmware/install
|
||||||
$(INSTALL_DIR) $(1)/lib/firmware/rtl_nic
|
$(INSTALL_DIR) $(1)/lib/firmware/rtl_nic
|
||||||
$(CP) \
|
$(CP) \
|
||||||
$(PKG_BUILD_DIR)/rtl_nic/* \
|
$(PKG_BUILD_DIR)/rtl_nic/* \
|
||||||
$(1)/lib/firmware/rtl_nic
|
$(1)/lib/firmware/rtl_nic
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,r8169-firmware))
|
$(eval $(call BuildPackage,r8169-firmware))
|
||||||
|
|
||||||
|
Package/r8188eu-firmware = $(call Package/firmware-default,RealTek RTL8188EU 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 Package/r8188eu-firmware/install
|
define Package/r8188eu-firmware/install
|
||||||
$(INSTALL_DIR) $(1)/lib/firmware/rtlwifi
|
$(INSTALL_DIR) $(1)/lib/firmware/rtlwifi
|
||||||
$(CP) \
|
$(CP) \
|
||||||
$(PKG_BUILD_DIR)/rtlwifi/rtl8188eufw.bin \
|
$(PKG_BUILD_DIR)/rtlwifi/rtl8188eufw.bin \
|
||||||
$(1)/lib/firmware/rtlwifi
|
$(1)/lib/firmware/rtlwifi
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,r8188eu-firmware))
|
$(eval $(call BuildPackage,r8188eu-firmware))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user