From: luka Date: Fri, 8 Aug 2014 13:55:29 +0000 (+0000) Subject: kirkwood: switch to 3.14 X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=b8674e20dc20cb4e960fcb2fd55d7983647f8253 kirkwood: switch to 3.14 Signed-off-by: Luka Perkov git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42076 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 65c6e5ee28..911c5bbbfe 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2013 OpenWrt.org +# Copyright (C) 2009-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -13,7 +13,7 @@ FEATURES:=targz usb jffs2_nand nand ubifs CPU_TYPE:=xscale MAINTAINER:=Imre Kaloz -LINUX_VERSION:=3.10.49 +LINUX_VERSION:=3.14.16 include $(INCLUDE_DIR)/target.mk diff --git a/target/linux/kirkwood/profiles/115-router.mk b/target/linux/kirkwood/profiles/115-router.mk index 89a5bd435a..000aa7418f 100644 --- a/target/linux/kirkwood/profiles/115-router.mk +++ b/target/linux/kirkwood/profiles/115-router.mk @@ -19,4 +19,4 @@ endef EA4500_UBIFS_OPTS:="-m 2048 -e 126KiB -c 4096" EA4500_UBI_OPTS:="-m 2048 -p 128KiB -s 512" -# $(eval $(call Profile,EA4500)) +$(eval $(call Profile,EA4500))