Makefile 487 B

1234567891011121314151617181920212223
  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 source-only
  9. SUBTARGETS:=generic
  10. KERNEL_PATCHVER:=5.15
  11. define Target/Description
  12. Build firmware images for Atheros SoC boards
  13. endef
  14. include $(INCLUDE_DIR)/target.mk
  15. DEFAULT_PACKAGES += wpad-basic-mbedtls kmod-ath5k swconfig kmod-gpio-button-hotplug
  16. $(eval $(call BuildTarget))