2014-11-26 09:00:08 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2013 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
|
|
|
BOARD:=oxnas
|
2014-12-01 16:15:37 +00:00
|
|
|
BOARDNAME:=PLXTECH/Oxford NAS782x/OX82x
|
2014-11-26 09:00:08 +00:00
|
|
|
DEVICE_TYPE:=nas
|
2014-12-27 13:03:26 +00:00
|
|
|
FEATURES:=gpio nand pcie usb usbgadget ramdisk rtc squashfs ubifs
|
2014-11-26 09:00:08 +00:00
|
|
|
CPU_TYPE:=mpcore
|
|
|
|
|
|
|
|
MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
|
|
|
|
2014-12-05 00:20:50 +00:00
|
|
|
KERNEL_PATCHVER:=3.14
|
2014-11-26 09:00:08 +00:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
DEFAULT_PACKAGES += \
|
2014-12-12 16:17:13 +00:00
|
|
|
kmod-ata-core kmod-ata-oxnas-sata kmod-button-hotplug \
|
|
|
|
kmod-input-gpio-keys-polled kmod-leds-gpio kmod-usb2-oxnas \
|
|
|
|
uboot-envtools uboot-oxnas-ox820
|
2014-11-26 09:00:08 +00:00
|
|
|
|
|
|
|
KERNELNAME:=zImage dtbs
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|