diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-16 05:51:52 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-16 05:51:52 +0000 |
commit | 0f4fe3ab01206195257fca9587bcc8e68c64f4e6 (patch) | |
tree | 87668999666975afbc6ba3055930babc4d1e2b4d /target/linux/omap | |
parent | 3814bc9785702db44d15219bf7fbe34ba3002b75 (diff) | |
download | upstream-0f4fe3ab01206195257fca9587bcc8e68c64f4e6.tar.gz upstream-0f4fe3ab01206195257fca9587bcc8e68c64f4e6.tar.bz2 upstream-0f4fe3ab01206195257fca9587bcc8e68c64f4e6.zip |
omap: update to linux 3.18, it has been tested by at least one builder and 3.13 has not been built by buildbot in a long time
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44802 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap')
-rw-r--r-- | target/linux/omap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/omap/Makefile b/target/linux/omap/Makefile index 03a2c244e4..20f7517972 100644 --- a/target/linux/omap/Makefile +++ b/target/linux/omap/Makefile @@ -13,7 +13,7 @@ FEATURES:=usb usbgadget ext4 targz fpu audio display nand ubifs CPU_TYPE:=cortex-a9 CPU_SUBTYPE:=vfpv3 -KERNEL_PATCHVER:=3.13 +KERNEL_PATCHVER:=3.18 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> |