Makefile 586 B

12345678910111213141516171819202122232425262728293031323334
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. include $(TOPDIR)/rules.mk
  3. ARCH:=mips
  4. BOARD:=realtek
  5. BOARDNAME:=Realtek MIPS
  6. DEVICE_TYPE:=basic
  7. FEATURES:=ramdisk squashfs
  8. SUBTARGETS:=rtl838x rtl839x rtl930x rtl931x
  9. KERNEL_PATCHVER:=5.10
  10. KERNEL_TESTING_PATCHVER:=5.15
  11. define Target/Description
  12. Build firmware images for Realtek RTL83xx based boards.
  13. endef
  14. include $(INCLUDE_DIR)/target.mk
  15. DEFAULT_PACKAGES += \
  16. ethtool \
  17. firewall4 \
  18. ip-bridge \
  19. ip-full \
  20. kmod-gpio-button-hotplug \
  21. kmod-nft-offload \
  22. nftables \
  23. odhcp6c \
  24. tc-bpf \
  25. uboot-envtools \
  26. $(eval $(call BuildTarget))