e23f27b72d
Update the kernel of the orion target to version 3.10.44. Refresh orion config and patches to match the changes in the kernel Tested on WRT350N-v2 device. Signed-off-by: Maarten Bezemer <maarten.bezemer@gmail.com> [run make kernel_oldconfig, fold a01-dt2-fixes-for-3.3.patch into dt2-setup.c, make dt2-setup.c compile, fix harddisk subprofile] Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41765
24 lines
523 B
Makefile
24 lines
523 B
Makefile
#
|
|
# Copyright (C) 2008-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:=orion
|
|
BOARDNAME:=Marvell Orion
|
|
SUBTARGETS:=generic harddisk
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
|
|
|
LINUX_VERSION:=3.10.44
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
KERNELNAME:="zImage"
|
|
|
|
DEFAULT_PACKAGES += kmod-ath9k kmod-crypto-mv-cesa wpad-mini kmod-i2c-core kmod-i2c-mv64xxx kmod-rtc-isl1208
|
|
|
|
$(eval $(call BuildTarget))
|