X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=package%2Fboot%2Fuboot-envtools%2FMakefile;h=54db0dd6c352a0f9bcded1847bb7c1a0b7e13dfd;hp=a6467e1d2db93d4cbad5c3754f0e060e2ff2115b;hb=d2316762b7486a9618fd95be880d6a65c43b0515;hpb=6e3aab4f0d5325db0bbb2dec4e85cfad2221f8af diff --git a/package/boot/uboot-envtools/Makefile b/package/boot/uboot-envtools/Makefile index a6467e1d2d..54db0dd6c3 100644 --- a/package/boot/uboot-envtools/Makefile +++ b/package/boot/uboot-envtools/Makefile @@ -9,23 +9,23 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uboot-envtools PKG_DISTNAME:=u-boot -PKG_VERSION:=2014.07 +PKG_VERSION:=2015.10 PKG_RELEASE:=1 +PKG_BUILD_DIR:=$(BUILD_DIR)/u-boot-$(PKG_VERSION) PKG_SOURCE:=$(PKG_DISTNAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:= \ +PKG_SOURCE_URL:=\ http://mirror2.openwrt.org/sources \ ftp://ftp.denx.de/pub/u-boot - -PKG_MD5SUM:=36d4bad687edcafa396fee607e505d4e - -PKG_BUILD_DIR:=$(BUILD_DIR)/u-boot-$(PKG_VERSION) +PKG_MD5SUM:=7c203b0fc3390a122d8e8b75f147eac5 PKG_BUILD_DEPENDS:=+fstools PKG_LICENSE:=GPL-2.0 GPL-2.0+ PKG_LICENSE_FILES:=Licenses/README +PKG_BUILD_PARALLEL:=1 + include $(INCLUDE_DIR)/package.mk define Package/uboot-envtools @@ -46,6 +46,8 @@ endef define Build/Configure touch $(PKG_BUILD_DIR)/include/config.mk touch $(PKG_BUILD_DIR)/include/config.h + mkdir $(PKG_BUILD_DIR)/include/generated + touch $(PKG_BUILD_DIR)/include/generated/autoconf.h endef TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include @@ -66,7 +68,7 @@ endef define Package/uboot-envtools/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/tools/env/fw_printenv $(1)/usr/sbin - ln -s fw_printenv $(1)/usr/sbin/fw_setenv + $(LN) fw_printenv $(1)/usr/sbin/fw_setenv $(INSTALL_DIR) $(1)/lib $(INSTALL_DATA) ./files/uboot-envtools.sh $(1)/lib ifneq ($(CONFIG_TARGET_ar71xx),)