mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
tools: Update rebase script with additional rtl8192cu commits we need to drop
This commit is contained in:
parent
335e8e4013
commit
f0c7b02e37
@ -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
|
git remote add -t linux-${BRANCH}.y linux-stable https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Apply the following config change to reduce chance of duplicate hashes
|
||||||
|
git config --local core.abbrev 40
|
||||||
|
|
||||||
git fetch --all --depth=${DEPTH}
|
git fetch --all --depth=${DEPTH}
|
||||||
git reset --hard origin/rpi-${BRANCH}.y${REBASE}
|
git reset --hard origin/rpi-${BRANCH}.y${REBASE}
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
# Setup:
|
# Setup:
|
||||||
# git clone -b rpi-4.4.y --depth=1000 --single-branch git@github.com:raspberrypi/linux.git raspberrypi-linux
|
# 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 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:
|
# Update:
|
||||||
# git fetch --all --depth=1000
|
# git fetch --all --depth=1000
|
||||||
# git reset --hard origin/rpi-4.4.y
|
# 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
|
Added Device IDs for August DVB-T 205
|
||||||
net\: Add non-mainline source for rtl8192cu wlan
|
net\: Add non-mainline source for rtl8192cu wlan
|
||||||
net\: Fix rtl8192cu build errors on other platforms
|
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'
|
IFS=$'\n'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user