mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
Merge pull request #472 from MilhouseVH/rbpbump
RBP: Update with latest firmware and kernel patches (390f53e, 4.6.2)
This commit is contained in:
commit
2111aeb960
@ -17,7 +17,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="bcm2835-driver"
|
||||
PKG_VERSION="9cd62e6"
|
||||
PKG_VERSION="390f53e"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="nonfree"
|
||||
|
@ -17,7 +17,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="bcm2835-bootloader"
|
||||
PKG_VERSION="9cd62e6"
|
||||
PKG_VERSION="390f53e"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="arm"
|
||||
PKG_LICENSE="nonfree"
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -42,7 +42,7 @@ rm -fr raspberrypi-kodi
|
||||
|
||||
# If we have a persisted version of the repo, quickly copy it
|
||||
if [ -d raspberrypi-kodi.stash ]; then
|
||||
echo "Copying raspberrypi-kodi.stash raspberrypi-kodii..."
|
||||
echo "Copying raspberrypi-kodi.stash raspberrypi-kodi..."
|
||||
cp -r raspberrypi-kodi.stash raspberrypi-kodi
|
||||
cd raspberrypi-kodi
|
||||
git checkout ${BRANCH}
|
||||
@ -91,7 +91,7 @@ BRANCH="${BRANCH//_/-}"
|
||||
echo
|
||||
echo "cp /tmp/skin.patch projects/RPi/patches/${SKIN2}/${SKIN2}-001-${BRANCH}.patch"
|
||||
echo "cp /tmp/skin.patch projects/RPi2/patches/${SKIN2}/${SKIN2}-001-${BRANCH}.patch"
|
||||
echo "git commit -am \"RPi/RPi2: Update kodi-theme-${SKIN} support patches\""
|
||||
echo "git commit -am \"RPi/RPi2: Update ${SKIN2} support patches\""
|
||||
|
||||
echo
|
||||
echo "cp /tmp/kodi.patch projects/RPi/patches/kodi/kodi-001-${BRANCH}.patch"
|
||||
|
@ -55,6 +55,9 @@ if [ -z "${KERNEL}" ]; then
|
||||
git remote add -t linux-${BRANCH}.y linux-stable https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
|
||||
fi
|
||||
|
||||
# Apply the following config change to reduce chance of duplicate hashes
|
||||
git config --local core.abbrev 40
|
||||
|
||||
git fetch --all --depth=${DEPTH}
|
||||
git reset --hard origin/rpi-${BRANCH}.y${REBASE}
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
# Setup:
|
||||
# git clone -b rpi-4.4.y --depth=1000 --single-branch git@github.com:raspberrypi/linux.git raspberrypi-linux
|
||||
# git remote add -t linux-4.4.y linux-stable git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
|
||||
# git config --local core.abbrev 40
|
||||
# Update:
|
||||
# git fetch --all --depth=1000
|
||||
# git reset --hard origin/rpi-4.4.y
|
||||
@ -19,6 +20,17 @@ rtl8192cu\: Add PID for D-Link DWA 131
|
||||
Added Device IDs for August DVB-T 205
|
||||
net\: Add non-mainline source for rtl8192cu wlan
|
||||
net\: Fix rtl8192cu build errors on other platforms
|
||||
Enable cfg80211 support
|
||||
suppress spurious messages
|
||||
Add #if for 3\.14 kernel change \(#87\)
|
||||
Set dev_type to wlan
|
||||
Tentatively added support for more 8188CUS based devices\.
|
||||
Add support for more 8188CUS and 8192CUS devices
|
||||
Add ProductId for the Netgear N150 - WNA1000M
|
||||
Fixes CONFIG_CONCURRENT_MODE CONFIG_MULTI_VIR_IFACES
|
||||
Fixes compatibility with 3\.13
|
||||
Enables warning in the compiler and fixes some issues, reference => https\:\/\/github\.com\/diederikdehaas\/rtl8812AU
|
||||
Starts device in station mode instead of monitor, fixes NetworkManager issues
|
||||
"
|
||||
|
||||
IFS=$'\n'
|
||||
|
Loading…
x
Reference in New Issue
Block a user