diff options
author | Luka Perkov <luka@openwrt.org> | 2013-08-19 13:01:17 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-08-19 13:01:17 +0000 |
commit | 32b80b8653b48a1b92c41446b3dbbaffa281fd21 (patch) | |
tree | 46a9bda8aff08150a0fe43ddd17428a8cb5d545c /package/boot/uboot-envtools/Makefile | |
parent | c0908affad6d354db1cd2a86e9a2fd5b94bbc7fa (diff) | |
download | upstream-32b80b8653b48a1b92c41446b3dbbaffa281fd21.tar.gz upstream-32b80b8653b48a1b92c41446b3dbbaffa281fd21.tar.bz2 upstream-32b80b8653b48a1b92c41446b3dbbaffa281fd21.zip |
uboot-env: fix spurious esac within ramips uci-defaults
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 37814
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 3a3e95515c..38c52180c7 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:=2013.07-rc1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_DISTNAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=ftp://ftp.denx.de/pub/u-boot |