Makefile 515 B

1234567891011121314151617181920212223
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Copyright (C) 2008-2011 OpenWrt.org
  4. include $(TOPDIR)/rules.mk
  5. ARCH:=mipsel
  6. BOARD:=ramips
  7. BOARDNAME:=MediaTek Ralink MIPS
  8. SUBTARGETS:=mt7620 mt7621 mt76x8 rt288x rt305x rt3883
  9. FEATURES:=squashfs gpio
  10. KERNEL_PATCHVER:=6.1
  11. KERNEL_TESTING_PATCHVER:=6.6
  12. define Target/Description
  13. Build firmware images for Ralink RT288x/RT3xxx based boards.
  14. endef
  15. include $(INCLUDE_DIR)/target.mk
  16. DEFAULT_PACKAGES += kmod-leds-gpio kmod-gpio-button-hotplug
  17. $(eval $(call BuildTarget))