Makefile 513 B

12345678910111213141516171819202122
  1. #
  2. # Copyright (C) 2006-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:=at91
  10. MAINTAINER:=Claudio Mignanti <c.mignanti@gmail.com>
  11. BOARDNAME:=Atmel AT91
  12. FEATURES:=squashfs targz ext2 usb usbgadget ubifs
  13. SUBTARGETS:=legacy sama5d3
  14. KERNEL_PATCHVER:=3.18
  15. include $(INCLUDE_DIR)/target.mk
  16. DEFAULT_PACKAGES += kmod-usb-ohci kmod-at91-udc kmod-usb-eth-gadget
  17. $(eval $(call BuildTarget))