From: nbd Date: Fri, 30 Apr 2010 16:11:31 +0000 (+0000) Subject: vsc73x5-ucode: use the mirrored ucode files from my server to replace an 127 MB downl... X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=30851815b6c2ccbd4bb3cefbdae01506ce387190 vsc73x5-ucode: use the mirrored ucode files from my server to replace an 127 MB download with a 14k one git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21274 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/vsc73x5-ucode/Makefile b/package/vsc73x5-ucode/Makefile index d48af00263..3a07121107 100644 --- a/package/vsc73x5-ucode/Makefile +++ b/package/vsc73x5-ucode/Makefile @@ -10,15 +10,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=vsc73x5-ucode PKG_RELEASE:=1 -PKG_SOURCE_URL:=http://www.tp-link.com/GPL +PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources -PKG_SOURCE:=WirelessNRouer_AP.tar.gz +PKG_SOURCE:=vsc73x5-ucode.tar.bz2 PKG_BUILD_DIR:=$(BUILD_DIR)/vsc73x5-ucode -PKG_MD5SUM:=7dd6069a5f0e44cc9965fc7b43eb3046 - -UCODE_SRC_DIR:=u-boot/board/ar7100/common -UCODE_BUILD_DIR:=$(PKG_BUILD_DIR)/$(UCODE_SRC_DIR) +PKG_MD5SUM:=b32e3debcd118f263c79199a7b5afa68 include $(INCLUDE_DIR)/package.mk @@ -32,7 +29,7 @@ endef define Package/vsc73x5/install $(INSTALL_DIR) $(1)/lib/firmware - $(INSTALL_DATA) $(UCODE_BUILD_DIR)/$(2) $(1)/lib/firmware/$(3) + $(INSTALL_DATA) $(PKG_BUILD_DIR)/$(2) $(1)/lib/firmware/$(3) endef define Package/vsc7385-ucode-ap83 @@ -87,13 +84,8 @@ define Package/vsc7395-ucode-pb44/install $(call Package/vsc73x5/install,$(1),g5e_Plus1_2_29a_unmanaged_Atheros_v3.bin,vsc7395_ucode_pb44.bin) endef -define Build/Prepare - tar -xzf "$(DL_DIR)/$(PKG_SOURCE)" ap-9x-gpl/ap93-u-boot.tar.bz2 -O | tar -C "$(PKG_BUILD_DIR)" -xj $(UCODE_SRC_DIR) - cp files/Makefile $(UCODE_BUILD_DIR) -endef - define Build/Compile - $(MAKE) -C $(UCODE_BUILD_DIR) $(TARGET_CONFIGURE_OPTS) all + endef $(eval $(call BuildPackage,vsc7385-ucode-ap83))