OpenWrt – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 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 low_mem small_flash source-only |
||
13 | CPU_TYPE:=arm926ej-s |
||
14 | MAINTAINER:=Florian Fainelli <florian@openwrt.org> |
||
15 | |||
16 | KERNEL_PATCHVER:=3.18 |
||
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-usb-ledtrig-usbport |
||
28 | |||
29 | KERNELNAME:=zImage dtbs |
||
30 | |||
31 | $(eval $(call BuildTarget)) |