diff options
author | John Crispin <john@openwrt.org> | 2015-07-17 12:49:09 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-07-17 12:49:09 +0000 |
commit | f7ac790356e51061ff679a601bccc294f433c28f (patch) | |
tree | d7578972417ce8cd7c00d57b6c07beeffff3c289 /target/linux/brcm2708/Makefile | |
parent | b19a645b4002aa34639c9afa67f0ffe9337594f2 (diff) | |
download | upstream-f7ac790356e51061ff679a601bccc294f433c28f.tar.gz upstream-f7ac790356e51061ff679a601bccc294f433c28f.tar.bz2 upstream-f7ac790356e51061ff679a601bccc294f433c28f.zip |
brcm2708: switch to linux 4.1
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 46402
Diffstat (limited to 'target/linux/brcm2708/Makefile')
-rw-r--r-- | target/linux/brcm2708/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm2708/Makefile b/target/linux/brcm2708/Makefile index 015aa9c2a8..6d8aba018a 100644 --- a/target/linux/brcm2708/Makefile +++ b/target/linux/brcm2708/Makefile @@ -16,7 +16,7 @@ CPU_TYPE:=arm1176jzf-s CPU_SUBTYPE:=vfp SUBTARGETS:=bcm2708 bcm2709 -KERNEL_PATCHVER:=3.18 +KERNEL_PATCHVER:=4.1 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += brcm2708-gpu-fw kmod-usb-hid kmod-sound-core kmod-sound-arm-bcm2835 kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso8859-1 |