diff options
author | Luka Perkov <luka@openwrt.org> | 2014-06-26 10:14:14 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-06-26 10:14:14 +0000 |
commit | 65fcfca2ebc4050a4ea67ad13d6c2dd70ce8dd70 (patch) | |
tree | f9dca32d9b6c2739ec340b5d43cb8e46802fda10 /package/boot/uboot-envtools/Makefile | |
parent | adf910a93cf002be0f96c6a4dc6273af3c3b5d45 (diff) | |
download | upstream-65fcfca2ebc4050a4ea67ad13d6c2dd70ce8dd70.tar.gz upstream-65fcfca2ebc4050a4ea67ad13d6c2dd70ce8dd70.tar.bz2 upstream-65fcfca2ebc4050a4ea67ad13d6c2dd70ce8dd70.zip |
uboot-envtools: use new scripts from /lib/ to match boards
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41340 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot/uboot-envtools/Makefile')
-rw-r--r-- | package/boot/uboot-envtools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-envtools/Makefile b/package/boot/uboot-envtools/Makefile index dad971a4e4..301a0e432a 100644 --- a/package/boot/uboot-envtools/Makefile +++ b/package/boot/uboot-envtools/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uboot-envtools PKG_DISTNAME:=u-boot PKG_VERSION:=2014.04 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_DISTNAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:= \ |