I've tested the 2013.10 version with a goflexnet.
- flash it into nand u-boot works (first stage)
- Uart/serial boot works (kwboot)
- openWrt boots (kernel 3.10) (L2off bug fixed)

Signed-off-by: Alexander Couzens <lyn...@fe80.eu>
---
 package/boot/uboot-kirkwood/Makefile                   | 4 ++--
 package/boot/uboot-kirkwood/patches/110-dockstar.patch | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/package/boot/uboot-kirkwood/Makefile 
b/package/boot/uboot-kirkwood/Makefile
index 375d115..9ffa21c 100644
--- a/package/boot/uboot-kirkwood/Makefile
+++ b/package/boot/uboot-kirkwood/Makefile
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=u-boot
-PKG_VERSION:=2012.10
+PKG_VERSION:=2013.10
 PKG_RELEASE:=1
 
 
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
@@ -16,7 +16,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:= \
        http://mirror2.openwrt.org/sources \
        ftp://ftp.denx.de/pub/u-boot
-PKG_MD5SUM:=8655f63b1e5c4647295ac9ce44660be3
+PKG_MD5SUM:=a076a044b64371edc52f7e562b13f6b2
 PKG_TARGETS:=bin
 
 include $(INCLUDE_DIR)/package.mk
diff --git a/package/boot/uboot-kirkwood/patches/110-dockstar.patch 
b/package/boot/uboot-kirkwood/patches/110-dockstar.patch
index 4ff7e57..2540669 100644
--- a/package/boot/uboot-kirkwood/patches/110-dockstar.patch
+++ b/package/boot/uboot-kirkwood/patches/110-dockstar.patch
@@ -1,12 +1,12 @@
---- a/include/configs/dockstar.h
-+++ b/include/configs/dockstar.h
-@@ -83,22 +83,19 @@
+--- a/include/configs/dockstar.h       2013-12-14 06:08:27.736232040 +0100
++++ b/include/configs/dockstar.h       2013-12-14 06:10:45.251129488 +0100
+@@ -67,22 +67,19 @@
   * Default environment variables
   */
  #define CONFIG_BOOTCOMMAND \
 -      "setenv bootargs ${console} ${mtdparts} ${bootargs_root}; "     \
 -      "ubi part root; " \
--      "ubifsmount root; " \
+-      "ubifsmount ubi:root; " \
 -      "ubifsload 0x800000 ${kernel}; " \
 -      "ubifsload 0x1100000 ${initrd}; " \
 -      "bootm 0x800000 0x1100000"
-- 
1.8.5.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to