diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2013-11-12 14:39:32 +0000 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2013-11-12 14:39:32 +0000 |
commit | 47c8b34757ff0224984669fd2047612fa05177bc (patch) | |
tree | b56dd98b41f15c01d83310445ec51609f0bf1d44 /package | |
parent | 8ab25c3d562d23fc7c8a56feeacbb3152341ffe6 (diff) | |
download | master-187ad058-47c8b34757ff0224984669fd2047612fa05177bc.tar.gz master-187ad058-47c8b34757ff0224984669fd2047612fa05177bc.tar.bz2 master-187ad058-47c8b34757ff0224984669fd2047612fa05177bc.zip |
mxs: - update uboot-mxs to 3.10
- enable building uboot for imx23 along sbImage by default
- (doc updated)
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38781 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/boot/uboot-mxs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-mxs/Makefile b/package/boot/uboot-mxs/Makefile index 4cf17abfe1..6d85ef45b3 100644 --- a/package/boot/uboot-mxs/Makefile +++ b/package/boot/uboot-mxs/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=u-boot -PKG_VERSION:=2013.07 +PKG_VERSION:=2013.10 PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) |