X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=package%2Fboot%2Fapex%2FMakefile;h=f154f9606e691687dc64187561e5e77867540dd6;hb=4021764eff5714431cfc621dc7df00549b7104b2;hp=f17118e46c0552cc0f904512292961320b8125d9;hpb=f1b4824c865b228039d84b2605b2e7e4f34cddeb;p=openwrt-github%2F.git diff --git a/package/boot/apex/Makefile b/package/boot/apex/Makefile index f17118e46c..f154f9606e 100644 --- a/package/boot/apex/Makefile +++ b/package/boot/apex/Makefile @@ -6,14 +6,14 @@ # include $(TOPDIR)/rules.mk +include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=apex PKG_VERSION:=1.6.9 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=ftp://ftp.buici.com/pub/apex/ \ - ftp://metalab.unc.edu/pub/Linux/system/boot/apex/ +PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/ PKG_MD5SUM:=9606cf2e3fd2c9a86fe0b61388509a30 PKG_TARGETS:=bin @@ -55,4 +55,8 @@ define Package/apex/install $(CP) $(PKG_BUILD_DIR)/out/*.bin $(1)/ endef +define Build/InstallDev + $(CP) $(PKG_BUILD_DIR)/out/*.bin $(KERNEL_BUILD_DIR) +endef + $(eval $(call BuildPackage,apex))