target: don't build jffs2 nor images by default
[openwrt.git] / target / linux / mcs814x / Makefile
1 #
2 # Copyright (C) 2012 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:=mcs814x
11 BOARDNAME:=Moschip MCS814x
12 FEATURES:=usb squashfs
13 CFLAGS=-Os -pipe -march=armv5te -mtune=arm926ej-s -fno-caller-saves
14 MAINTAINER:=Florian Fainelli <florian@openwrt.org>
15
16 LINUX_VERSION:=3.3.8
17
18 DEVICE_TYPE:=other
19
20 include $(INCLUDE_DIR)/target.mk
21
22 DEFAULT_PACKAGES := $(filter-out ppp%,$(DEFAULT_PACKAGES)) \
23                   kmod-usb-core kmod-usb2 kmod-usb-ohci \
24                   kmod-usb-storage kmod-fs-vfat \
25                   kmod-nls-cp437 kmod-nls-iso8859-1 kmod-nls-iso8859-15 \
26                   kmod-nls-utf8 \
27                   kmod-mcs814x-wdt kmod-ledtrig-usbdev
28
29 KERNELNAME:="zImage dtbs"
30
31 $(eval $(call BuildTarget))