Author: nbd
Date: 2015-04-21 14:10:44 +0200 (Tue, 21 Apr 2015)
New Revision: 45549

Modified:
   trunk/package/kernel/mt76/Makefile
Log:
mt76: remove specific firmware versions from makefile

Signed-off-by: Felix Fietkau <[email protected]>

Modified: trunk/package/kernel/mt76/Makefile
===================================================================
--- trunk/package/kernel/mt76/Makefile  2015-04-21 11:24:46 UTC (rev 45548)
+++ trunk/package/kernel/mt76/Makefile  2015-04-21 12:10:44 UTC (rev 45549)
@@ -10,7 +10,7 @@
 PKG_SOURCE_URL:=https://github.com/openwrt/mt76
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=a94e01211aed8eac39331bc030fd3474357f05e0
+PKG_SOURCE_VERSION:=d637dc05ab56d103908d50353d9020f119611163
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
 
 PKG_MAINTAINER:=Felix Fietkau <[email protected]>
@@ -46,8 +46,10 @@
 
 define KernelPackage/mt76/install
        $(INSTALL_DIR) $(1)/lib/firmware
-       $(CP) $(PKG_BUILD_DIR)/firmware/mt7662_patch_e3_hdr_v0.0.2_P48.bin 
$(1)/lib/firmware/mt7662_rom_patch.bin
-       $(CP) $(PKG_BUILD_DIR)/firmware/mt7662_firmware_e3_v1.5.bin 
$(1)/lib/firmware/mt7662.bin
+       cp \
+               $(PKG_BUILD_DIR)/firmware/mt7662_rom_patch.bin \
+               $(PKG_BUILD_DIR)/firmware/mt7662.bin \
+               $(1)/lib/firmware
 endef
 
 $(eval $(call KernelPackage,mt76))
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to