add new target 'oxnas'
[openwrt.git] / target / linux / oxnas / Makefile
1 #
2 # Copyright (C) 2013 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:=oxnas
11 BOARDNAME:=PLXTECH NAS782X
12 DEVICE_TYPE:=nas
13 FEATURES:=gpio nand pcie usb usbgadget ramdisk rtc squashfs
14 CPU_TYPE:=mpcore
15
16 MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
17
18 KERNEL_PATCHVER:=3.18
19
20 include $(INCLUDE_DIR)/target.mk
21
22 DEFAULT_PACKAGES += \
23         kmod-button-hotplug kmod-input-gpio-keys-polled kmod-leds-gpio          \
24         kmod-i2c-gpio uboot-envtools uboot-oxnas-ox820
25
26 KERNELNAME:=zImage dtbs
27
28 $(eval $(call BuildTarget))