linux-firmware: minor makefile cleanup
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47293
This commit is contained in:
		@@ -29,10 +29,6 @@ define Package/r8169-firmware
 | 
				
			|||||||
  TITLE:=RealTek r8169 firmware
 | 
					  TITLE:=RealTek r8169 firmware
 | 
				
			||||||
endef
 | 
					endef
 | 
				
			||||||
 | 
					
 | 
				
			||||||
define Build/Compile
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
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) \
 | 
				
			||||||
@@ -40,8 +36,6 @@ define Package/r8169-firmware/install
 | 
				
			|||||||
		$(1)/lib/firmware/rtl_nic
 | 
							$(1)/lib/firmware/rtl_nic
 | 
				
			||||||
endef
 | 
					endef
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$(eval $(call BuildPackage,r8169-firmware))
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
define Package/r8188eu-firmware
 | 
					define Package/r8188eu-firmware
 | 
				
			||||||
  SECTION:=firmware
 | 
					  SECTION:=firmware
 | 
				
			||||||
  CATEGORY:=Firmware
 | 
					  CATEGORY:=Firmware
 | 
				
			||||||
@@ -49,10 +43,6 @@ define Package/r8188eu-firmware
 | 
				
			|||||||
  TITLE:=RealTek r8188eu firmware
 | 
					  TITLE:=RealTek r8188eu firmware
 | 
				
			||||||
endef
 | 
					endef
 | 
				
			||||||
 | 
					
 | 
				
			||||||
define Build/Compile
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
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) \
 | 
				
			||||||
@@ -60,8 +50,6 @@ define Package/r8188eu-firmware/install
 | 
				
			|||||||
		$(1)/lib/firmware/rtlwifi
 | 
							$(1)/lib/firmware/rtlwifi
 | 
				
			||||||
endef
 | 
					endef
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$(eval $(call BuildPackage,r8188eu-firmware))
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
define Package/ibt-firmware
 | 
					define Package/ibt-firmware
 | 
				
			||||||
  SECTION:=firmware
 | 
					  SECTION:=firmware
 | 
				
			||||||
  CATEGORY:=Firmware
 | 
					  CATEGORY:=Firmware
 | 
				
			||||||
@@ -69,10 +57,6 @@ define Package/ibt-firmware
 | 
				
			|||||||
  TITLE:=Intel bluetooth firmware
 | 
					  TITLE:=Intel bluetooth firmware
 | 
				
			||||||
endef
 | 
					endef
 | 
				
			||||||
 | 
					
 | 
				
			||||||
define Build/Compile
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
endef
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
define Package/ibt-firmware/install
 | 
					define Package/ibt-firmware/install
 | 
				
			||||||
	$(INSTALL_DIR) $(1)/lib/firmware/intel
 | 
						$(INSTALL_DIR) $(1)/lib/firmware/intel
 | 
				
			||||||
	$(CP) \
 | 
						$(CP) \
 | 
				
			||||||
@@ -80,8 +64,6 @@ define Package/ibt-firmware/install
 | 
				
			|||||||
		$(1)/lib/firmware/intel
 | 
							$(1)/lib/firmware/intel
 | 
				
			||||||
endef
 | 
					endef
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$(eval $(call BuildPackage,ibt-firmware))
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
define Package/ar3k-firmware
 | 
					define Package/ar3k-firmware
 | 
				
			||||||
  SECTION:=firmware
 | 
					  SECTION:=firmware
 | 
				
			||||||
  CATEGORY:=Firmware
 | 
					  CATEGORY:=Firmware
 | 
				
			||||||
@@ -89,10 +71,6 @@ define Package/ar3k-firmware
 | 
				
			|||||||
  TITLE:=ath3k firmware
 | 
					  TITLE:=ath3k firmware
 | 
				
			||||||
endef
 | 
					endef
 | 
				
			||||||
 | 
					
 | 
				
			||||||
define Build/Compile
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
endef
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
define Package/ar3k-firmware/install
 | 
					define Package/ar3k-firmware/install
 | 
				
			||||||
	$(INSTALL_DIR) $(1)/lib/firmware/ar3k
 | 
						$(INSTALL_DIR) $(1)/lib/firmware/ar3k
 | 
				
			||||||
	$(CP) \
 | 
						$(CP) \
 | 
				
			||||||
@@ -100,4 +78,11 @@ define Package/ar3k-firmware/install
 | 
				
			|||||||
		$(1)/lib/firmware/ar3k
 | 
							$(1)/lib/firmware/ar3k
 | 
				
			||||||
endef
 | 
					endef
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					define Build/Compile
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					endef
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$(eval $(call BuildPackage,ar3k-firmware))
 | 
					$(eval $(call BuildPackage,ar3k-firmware))
 | 
				
			||||||
 | 
					$(eval $(call BuildPackage,ibt-firmware))
 | 
				
			||||||
 | 
					$(eval $(call BuildPackage,r8169-firmware))
 | 
				
			||||||
 | 
					$(eval $(call BuildPackage,r8188eu-firmware))
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user