Makefile 517 B

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