lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 7d6343a37e44256a021fe030c63b24446106d724
parent 64421d7fa459afd4b3ccc207cb547972648dbdb5
Author: Ted Hess <thess@kitschensync.net>
Date:   Wed,  8 Jul 2015 13:51:38 -0400

Merge pull request #1551 from roger-/micropython

micropython: update to fix build issue
Diffstat:
Mlang/micropython/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/micropython/Makefile b/lang/micropython/Makefile @@ -17,7 +17,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/micropython/micropython.git -PKG_SOURCE_VERSION:=035deae1c6fb02f6754a21486966f76c02b64c98 +PKG_SOURCE_VERSION:=9220dc466a8d098ed669a33a617edd1118a3e35d PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz