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
12 FEATURES:=usb squashfs low_mem
14 MAINTAINER:=Florian Fainelli <florian@openwrt.org>
20 include $(INCLUDE_DIR)/target.mk
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 \
27 kmod-mcs814x-wdt kmod-usb-ledtrig-usbport
29 KERNELNAME:=zImage dtbs
31 $(eval $(call BuildTarget))