Makefile 635 B

12345678910111213141516171819202122232425262728
  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 usbgadget ramdisk rtc squashfs
  13. CPU_TYPE:=mpcore
  14. MAINTAINER:=Daniel Golle <[email protected]>
  15. KERNEL_PATCHVER:=3.14
  16. include $(INCLUDE_DIR)/target.mk
  17. DEFAULT_PACKAGES += \
  18. kmod-button-hotplug kmod-input-gpio-keys-polled kmod-leds-gpio \
  19. kmod-i2c-gpio uboot-envtools uboot-oxnas-ox820
  20. KERNELNAME:=zImage dtbs
  21. $(eval $(call BuildTarget))