Change ftp.kernel.org to www.kernel.org#5022
Open
campioncino wants to merge 303 commits intoOpenELEC:openelec-7.0from
Open
Change ftp.kernel.org to www.kernel.org#5022campioncino wants to merge 303 commits intoOpenELEC:openelec-7.0from
campioncino wants to merge 303 commits intoOpenELEC:openelec-7.0from
Conversation
Issue #4, show valid CPU temperature in system info.
GUI: CPU temperature in System Info
… pi forum user jeevasv. He reports that wifi speeds are improved by this. Some unused settings are also removed.
… any IR protocol as opposed to Allwinner driver which supports only NEC
…ugly hack for another ugly hack. H3 support badly needs rewrite.
…es DVB, 1-wire, I2C, SPI, touchscreen, etc. drivers.
…se it caused a trouble on my monitor (green screen).
…ript.bin adjustment!
… still not enough.
This closes #76.
This reverts commit 1377780.
This reverts commit f621a82.
…into openelec-7.0
This reverts commit 47ec86e. Issues were observed when compiling linux kernel.
…into openelec-7.0
Driver doesn't bring anything of value. Everything can be achieved through standard GPIO sysfs interface. It is deprecated even in newer Allwinner BSP kernel source code drops.
…into openelec-7.0
This fixes #79.
…into openelec-7.0
Fix urls for libration-sans-fonts and kmod.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
in packages/sysutils/kmod/package.mk
change
25: PKG_URL="http://ftp.kernel.org/pub/linux/utils/kernel/kmod/$PKG_NAME-$PKG_VERSION.tar.xz"
to
25: PKG_URL="https://www.kernel.org/pub/linux/utils/kernel/kmod/$PKG_NAME-$PKG_VERSION.tar.xz"
Because the ftp://ftp.kernel.org/ service was terminated on March 1, 2017