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 | 495404e9a4979bbad375398dd40492633b5cabc0 (patch) | |
tree | a9c70098305ccd2f938952906a7d2ff1c54bc991 /target/linux/omap/Makefile | |
parent | c75c90edf6eca8838f0d03caef7b86ef5d0eb528 (diff) | |
download | upstream-495404e9a4979bbad375398dd40492633b5cabc0.tar.gz upstream-495404e9a4979bbad375398dd40492633b5cabc0.tar.bz2 upstream-495404e9a4979bbad375398dd40492633b5cabc0.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>
SVN-Revision: 44802
Diffstat (limited to 'target/linux/omap/Makefile')
-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> |