Merge pull request #710 from MilhouseVH/linux473

linux: update to linux-4.7.3
This commit is contained in:
Christian Hewitt 2016-09-08 07:32:17 +04:00 committed by GitHub
commit 7fb63c071b
32 changed files with 5996 additions and 2428 deletions

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="bcm2835-driver"
PKG_VERSION="d0bc6ce"
PKG_VERSION="931aa12"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="nonfree"

View File

@ -59,7 +59,7 @@ case "$LINUX" in
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET imx6-status-led imx6-soc-fan irqbalanced"
;;
*)
PKG_VERSION="4.7.2"
PKG_VERSION="4.7.3"
PKG_URL="http://www.kernel.org/pub/linux/kernel/v4.x/$PKG_NAME-$PKG_VERSION.tar.xz"
;;
esac

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="bcm2835-bootloader"
PKG_VERSION="d0bc6ce"
PKG_VERSION="931aa12"
PKG_REV="1"
PKG_ARCH="arm"
PKG_LICENSE="nonfree"

View File

@ -4063,7 +4063,6 @@ CONFIG_VT6656=m
CONFIG_STAGING_MEDIA=y
CONFIG_DVB_CXD2099=m
CONFIG_DVB_MN88472=m
CONFIG_DVB_MN88473=m
# CONFIG_VIDEO_TW686X_KH is not set
CONFIG_LIRC_STAGING=y
# CONFIG_LIRC_BT829 is not set

View File

@ -3309,7 +3309,6 @@ CONFIG_VT6656=m
# CONFIG_SPEAKUP is not set
CONFIG_STAGING_MEDIA=y
CONFIG_DVB_MN88472=m
CONFIG_DVB_MN88473=m
CONFIG_LIRC_STAGING=y
# CONFIG_LIRC_IMON is not set
CONFIG_LIRC_RPI=m

File diff suppressed because it is too large Load Diff

View File

@ -3362,7 +3362,6 @@ CONFIG_VT6656=m
# CONFIG_SPEAKUP is not set
CONFIG_STAGING_MEDIA=y
CONFIG_DVB_MN88472=m
CONFIG_DVB_MN88473=m
CONFIG_LIRC_STAGING=y
# CONFIG_LIRC_IMON is not set
CONFIG_LIRC_RPI=m

File diff suppressed because it is too large Load Diff

View File

@ -14,10 +14,23 @@ TODO=$1
# Drop commits not used
DROP_COMMITS="
Added Device IDs for August DVB-T 205
net\: Add non-mainline source for rtl8192cu wlan
net\: Fix rtl8192cu build errors on other platforms
Added Device IDs for August DVB-T 205
#Enable cfg80211 support
# Other rtl8192cu related commits below...
Fix cfg80211 for kernel >= 4.7 \(#1624\)
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
Enable cfg80211 support
"
IFS=$'\n'