2 # Copyright (C) 2012 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 include $(TOPDIR
)/rules.mk
11 BOARDNAME
:=Moschip MCS814x
13 CFLAGS
=-Os
-pipe
-march
=armv5te
-mtune
=arm926ej-s
-fno-caller-saves
14 MAINTAINER
:=Florian Fainelli
<florian@openwrt.org
>
18 include $(INCLUDE_DIR
)/target.mk
20 DEFAULT_PACKAGES
:= $(filter-out ppp
%,$(DEFAULT_PACKAGES
)) \
21 kmod-usb-core kmod-usb2 kmod-usb-ohci \
22 kmod-usb-storage kmod-fs-vfat \
23 kmod-nls-cp437 kmod-nls-iso8859-1 kmod-nls-iso8859-15 \
27 KERNELNAME
:="zImage dtbs"
29 $(eval
$(call BuildTarget
))