-
Notifications
You must be signed in to change notification settings - Fork 881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change ftp.kernel.org to www.kernel.org #5022
Open
campioncino
wants to merge
303
commits into
OpenELEC:openelec-7.0
Choose a base branch
from
jernejsk:openelec-7.0
base: openelec-7.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
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.
This reverts commit 47ec86e. Issues were observed when compiling linux kernel.
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.
This fixes #79.
Fix urls for libration-sans-fonts and kmod.
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