Author: luka Date: 2014-08-08 15:55:29 +0200 (Fri, 08 Aug 2014) New Revision: 42076
Modified: trunk/target/linux/kirkwood/Makefile trunk/target/linux/kirkwood/profiles/115-router.mk Log: kirkwood: switch to 3.14 Signed-off-by: Luka Perkov <[email protected]> Modified: trunk/target/linux/kirkwood/Makefile =================================================================== --- trunk/target/linux/kirkwood/Makefile 2014-08-08 13:38:31 UTC (rev 42075) +++ trunk/target/linux/kirkwood/Makefile 2014-08-08 13:55:29 UTC (rev 42076) @@ -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 @@ CPU_TYPE:=xscale MAINTAINER:=Imre Kaloz <[email protected]> -LINUX_VERSION:=3.10.49 +LINUX_VERSION:=3.14.16 include $(INCLUDE_DIR)/target.mk Modified: trunk/target/linux/kirkwood/profiles/115-router.mk =================================================================== --- trunk/target/linux/kirkwood/profiles/115-router.mk 2014-08-08 13:38:31 UTC (rev 42075) +++ trunk/target/linux/kirkwood/profiles/115-router.mk 2014-08-08 13:55:29 UTC (rev 42076) @@ -19,4 +19,4 @@ 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)) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
