uboot-env: fix spurious esac within ramips uci-defaults
authorLuka Perkov <luka@openwrt.org>
Mon, 19 Aug 2013 13:01:17 +0000 (13:01 +0000)
committerLuka Perkov <luka@openwrt.org>
Mon, 19 Aug 2013 13:01:17 +0000 (13:01 +0000)
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 37814

package/boot/uboot-envtools/Makefile
package/boot/uboot-envtools/files/ramips

index 3a3e95515cd82744ded5a99c2b20a1595e420ea8..38c52180c73e133aad75bb452b87f87f265b3df6 100644 (file)
@@ -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
index 3599f685229016ef1c08dae9dd50c012700d4c9a..1ab614890d8127405a5d6bba839f53d92b3d7d98 100644 (file)
@@ -19,8 +19,6 @@ all0256n | \
 all5002)
        ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000"
        ;;
-esac
-
 br6425)
        ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x1000" "0x10000"
        ;;