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 | e575c759ca607b8bff9a302fbc31def6317340bf (patch) | |
tree | e39774ca7788a6a0aed46d271065a90e3c37d4fe /package/boot/uboot-envtools/Makefile | |
parent | fa0b9bcceab5a82df39e374da01117f0688508b2 (diff) | |
download | upstream-e575c759ca607b8bff9a302fbc31def6317340bf.tar.gz upstream-e575c759ca607b8bff9a302fbc31def6317340bf.tar.bz2 upstream-e575c759ca607b8bff9a302fbc31def6317340bf.zip |
uboot-envtools: use new scripts from /lib/ to match boards
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 41340
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:= \ |