kernel: update linux 3.9 to 3.9.8
[openwrt/openwrt.git] / target / linux / imx23 / Makefile
1 #
2 # Copyright (C) 2013 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8
9 ARCH:=arm
10 BOARD:=imx23
11 BOARDNAME:=Olinuxino i.MX233
12 FEATURES:=ext4 rtc usb gpio
13 CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -fno-caller-saves
14 MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu>
15 LINUX_VERSION:=3.9.8
16 KERNELNAME:="zImage dtbs"
17 DEPENDS:=+imx-bootlets
18
19 define Target/Description
20 Support for Olimex Olinuxino boards
21 endef
22
23 include $(INCLUDE_DIR)/target.mk
24
25 DEFAULT_PACKAGES += dnsmasq imx-bootlets kmod-usb-chipidea kmod-usb-net kmod-usb-net-smsc95xx \
26 kmod-wdt-stmp3xxx kmod-gpio-mcp23s08 kmod-leds-gpio kmod-ledtrig-heartbeat
27
28 $(eval $(call BuildTarget))