Merge pull request #1207 from MilhouseVH/linux495

linux: update to linux-4.9.5
This commit is contained in:
Christian Hewitt 2017-01-25 10:36:21 +04:00 committed by GitHub
commit 5912b7c293
4 changed files with 2208 additions and 491 deletions

View File

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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -17,6 +17,7 @@ DROP_COMMITS="
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
ARM64\: Fix build break for RTL8187\/RTL8192CU wifi
" "
IFS=$'\n' IFS=$'\n'