Makefile 556 B

123456789101112131415161718192021222324252627282930313233
  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.15
  10. define Target/Description
  11. Build firmware images for Realtek RTL83xx based boards.
  12. endef
  13. include $(INCLUDE_DIR)/target.mk
  14. DEFAULT_PACKAGES += \
  15. ethtool \
  16. firewall4 \
  17. ip-bridge \
  18. ip-full \
  19. kmod-gpio-button-hotplug \
  20. kmod-nft-offload \
  21. nftables \
  22. odhcp6c \
  23. tc-bpf \
  24. uboot-envtools \
  25. $(eval $(call BuildTarget))