summaryrefslogtreecommitdiff
path: root/target/linux/omap24xx/Makefile
blob: 9664c056ff1a4cd7a2e94101b9b73fb6f998de37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# Copyright (C) 2010 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:=omap24xx
BOARDNAME:=TI OMAP-24xx
MAINTAINER:=Michael Buesch <mb@bu3sch.de>
FEATURES:=targz squashfs jffs2 usb usbgadget display gpio audio

LINUX_VERSION:=2.6.36.2

define Target/Description
	TI OMAP-24xx
endef

include $(INCLUDE_DIR)/target.mk

$(eval $(call BuildTarget))
10:58:52 +0000'>2012-05-15linux: move certain disabled symbols to the generic configsjuhosg 2011-10-04[malta] add missing kernel config symbolsflorian 2011-05-05[malta] update to 2.6.38.2florian 2010-09-12[malta] override ARCH_PACKAGESjow 2010-08-25[malta] update to 2.6.35.3florian 2010-04-16[malta]jow 2010-04-12[malta] fix module loading due to CONFIG_LOCALVERSION being on (#7144)florian 2010-04-10[malta] create two endian-specific subtargets, as malta can run bothflorian