d0d537a039
This switches to kernel 3.10 that was prepared by Hauke in r41531 : gemini: add support for kernel 3.10 This is compile tested only, please run test and report back. I've simply checked if it still compiles, unfortunately we didn't get any feedback for this target. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42450
22 lines
433 B
Makefile
22 lines
433 B
Makefile
#
|
|
# Copyright (C) 2009-2013 OpenWrt.org
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
# See /LICENSE for more information.
|
|
#
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=arm
|
|
BOARD:=gemini
|
|
BOARDNAME:=Cortina Systems CS351x
|
|
FEATURES:=squashfs pci
|
|
CPU_TYPE:=fa526
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
|
|
|
LINUX_VERSION:=3.10.49
|
|
|
|
KERNELNAME:="zImage"
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
$(eval $(call BuildTarget))
|