diff options
author | Michael Büsch <mb@bu3sch.de> | 2015-03-19 18:45:32 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2015-03-19 18:45:32 +0000 |
commit | bb81ff2374525e401bd81f8dd21049685f1a792f (patch) | |
tree | a496464d283a322e5f48e2963c4b44ace34346ff /target/linux/omap24xx/Makefile | |
parent | 9b1840b861ae66a4749af156556b6fe5f66658d2 (diff) | |
download | upstream-bb81ff2374525e401bd81f8dd21049685f1a792f.tar.gz upstream-bb81ff2374525e401bd81f8dd21049685f1a792f.tar.bz2 upstream-bb81ff2374525e401bd81f8dd21049685f1a792f.zip |
omap24xx: Add basic config for linux-4.0
Also remove 3.3 config. It's broken and unsupported.
SVN-Revision: 44895
Diffstat (limited to 'target/linux/omap24xx/Makefile')
-rw-r--r-- | target/linux/omap24xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/omap24xx/Makefile b/target/linux/omap24xx/Makefile index af82384730..4570467d62 100644 --- a/target/linux/omap24xx/Makefile +++ b/target/linux/omap24xx/Makefile @@ -13,7 +13,7 @@ MAINTAINER:=Michael Buesch <m@bues.ch> FEATURES:=targz squashfs jffs2_nand usb usbgadget display gpio audio broken CPU_TYPE:=arm1136j-s -KERNEL_PATCHVER:=3.3 +KERNEL_PATCHVER:=4.0 define Target/Description TI OMAP-24xx |