Makefile 561 B

12345678910111213141516171819202122232425
  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:=mips
  9. BOARD:=ath25
  10. BOARDNAME:=Atheros AR231x/AR5312
  11. FEATURES:=squashfs low_mem
  12. MAINTAINER:=Sergey Ryazanov <ryazanov.s.a@gmail.com>
  13. KERNEL_PATCHVER:=4.4
  14. include $(INCLUDE_DIR)/target.mk
  15. DEFAULT_PACKAGES += wpad-mini kmod-ath5k swconfig kmod-gpio-button-hotplug
  16. define Target/Description
  17. Build firmware images for Atheros SoC boards
  18. endef
  19. $(eval $(call BuildTarget))