X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fboot%2Fapex%2FMakefile;h=f154f9606e691687dc64187561e5e77867540dd6;hb=73637d4c7ee7d86352201884bf14cdd857316604;hp=64315a1ae87e82cef49c84253163fd7d7343b533;hpb=b8df8ca970b709cd8b7084794ef497bf0828029e;p=openwrt-github%2F.git diff --git a/package/boot/apex/Makefile b/package/boot/apex/Makefile index 64315a1ae8..f154f9606e 100644 --- a/package/boot/apex/Makefile +++ b/package/boot/apex/Makefile @@ -6,6 +6,7 @@ # include $(TOPDIR)/rules.mk +include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=apex PKG_VERSION:=1.6.9 @@ -16,9 +17,6 @@ PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/ PKG_MD5SUM:=9606cf2e3fd2c9a86fe0b61388509a30 PKG_TARGETS:=bin -PKG_LICENSE:=GPL-2.0+ -PKG_LICENSE_FILES:=COPYING - include $(INCLUDE_DIR)/package.mk export GCC_HONOUR_COPTS=s @@ -57,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))