Makefile 708 B

123456789101112131415161718192021222324252627282930
  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. ARCH:=arm
  9. BOARD:=oxnas
  10. BOARDNAME:=PLXTECH/Oxford NAS782x/OX82x
  11. DEVICE_TYPE:=nas
  12. FEATURES:=gpio nand pcie usb ramdisk rtc squashfs ubifs
  13. CPU_TYPE:=mpcore
  14. MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
  15. KERNEL_PATCHVER:=4.4
  16. include $(INCLUDE_DIR)/target.mk
  17. DEFAULT_PACKAGES += \
  18. kmod-ata-core kmod-ata-oxnas-sata kmod-button-hotplug \
  19. kmod-input-gpio-keys-polled kmod-ledtrig-usbdev kmod-leds-gpio \
  20. kmod-usb2-oxnas kmod-usb-storage uboot-envtools \
  21. uboot-oxnas-ox820
  22. KERNELNAME:=zImage dtbs
  23. $(eval $(call BuildTarget))