2014-11-26 17:00:08 +08: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-02 00:15:37 +08:00
|
|
|
BOARDNAME:=PLXTECH/Oxford NAS782x/OX82x
|
2014-11-26 17:00:08 +08:00
|
|
|
DEVICE_TYPE:=nas
|
2015-02-11 21:50:56 +08:00
|
|
|
FEATURES:=gpio nand pcie usb ramdisk rtc squashfs ubifs
|
2014-11-26 17:00:08 +08:00
|
|
|
CPU_TYPE:=mpcore
|
|
|
|
|
|
|
|
MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
|
|
|
|
2016-01-19 07:35:05 +08:00
|
|
|
KERNEL_PATCHVER:=4.4
|
2014-11-26 17:00:08 +08:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
DEFAULT_PACKAGES += \
|
2014-12-13 00:17:13 +08:00
|
|
|
kmod-ata-core kmod-ata-oxnas-sata kmod-button-hotplug \
|
2016-05-15 10:31:25 +08:00
|
|
|
kmod-input-gpio-keys-polled kmod-ledtrig-usbdev kmod-leds-gpio \
|
|
|
|
kmod-usb2-oxnas kmod-usb-storage uboot-envtools \
|
|
|
|
uboot-oxnas-ox820
|
2014-11-26 17:00:08 +08:00
|
|
|
|
|
|
|
KERNELNAME:=zImage dtbs
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|