GeertJohan / openwrt-go

Fork of the openwrt project to add gccgo and libgo
GNU General Public License v2.0
244 stars 38 forks source link

openwrt-go/tools/scons/Makefile PKG_MD5SUM is not correct!!! #5

Closed educationaccount closed 9 years ago

educationaccount commented 9 years ago

openwrt-go/tools/scons/Makefile PKG_NAME:=scons PKG_VERSION:=2.3.5 ...

PKG_MD5SUM:=a8988c7ef11133bb3b6ccf0af67ce010

correct:PKG_MD5SUM:=8b0d1041266f89b18e47f26d943f8aa5

GeertJohan commented 9 years ago

I think this should be fixed in openwrt upstream.. This repository is just here to publish required changes to add go to the build system.

educationaccount commented 9 years ago

Yes,I See!

Is this diff link? https://github.com/GeertJohan/openwrt-go/compare/master...add-gccgo-and-libgo.diff

GeertJohan commented 9 years ago

Yes, that's the diff.

There's an issue open at openwrt to add golang, but it's not very active :( https://dev.openwrt.org/ticket/18611

educationaccount commented 9 years ago

Use this diff, I succeeded.

Thank you!

GeertJohan commented 9 years ago

No problem, have fun!