6d75a4bc25e87c355d42e7d14485f06a228b30d9
[openwrt/svn-archive/archive.git] / target / linux / socfpga / Makefile
1 #
2 # Copyright (C) 2015 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:=socfpga
11 BOARDNAME:=Altera SoCFPGA
12 FEATURES:=display fpu gpio rtc usb usbgadget targz ext4 ubifs ramdisk
13 CPU_TYPE:=cortex-a9
14 CPU_SUBTYPE:=neon
15 MAINTAINER:=Marek Vasut <marex@denx.de>
16 DEVICE_TYPE:=other
17
18 KERNEL_PATCHVER:=4.4
19 KERNELNAME:=zImage dtbs
20
21 include $(INCLUDE_DIR)/target.mk
22
23 DEFAULT_PACKAGES += \
24 uboot-envtools \
25 ubi-utils \
26 kmod-button-hotplug \
27 kmod-ledtrig-netdev \
28 kmod-usb-core \
29 kmod-usb-dwc2 \
30 kmod-usb-phy-nop \
31 kmod-usb-gadget \
32 kmod-usb-lib-composite \
33 kmod-usb-storage \
34 kmod-usb-storage-gadget \
35 dnsmasq iptables ip6tables \
36 kmod-nf-nathelper firewall \
37 odhcpd odhcp6c
38
39 $(eval $(call BuildTarget))