Makefile 454 B

12345678910111213141516171819202122
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Copyright (C) 2006-2013 OpenWrt.org
  4. include $(TOPDIR)/rules.mk
  5. ARCH:=mips
  6. BOARD:=ath25
  7. BOARDNAME:=Atheros AR231x/AR5312
  8. FEATURES:=squashfs low_mem small_flash
  9. KERNEL_PATCHVER:=5.4
  10. define Target/Description
  11. Build firmware images for Atheros SoC boards
  12. endef
  13. include $(INCLUDE_DIR)/target.mk
  14. DEFAULT_PACKAGES += wpad-basic-wolfssl kmod-ath5k swconfig kmod-gpio-button-hotplug
  15. $(eval $(call BuildTarget))