Makefile 650 B

12345678910111213141516171819202122232425262728
  1. # This is free software, licensed under the GNU General Public License v2.
  2. # See /LICENSE for more information.
  3. #
  4. include $(TOPDIR)/rules.mk
  5. ARCH:=mips
  6. CPU_TYPE:=4kec
  7. BOARD:=realtek
  8. BOARDNAME:=Realtek MIPS
  9. DEVICE_TYPE:=basic
  10. FEATURES:=ramdisk squashfs
  11. SUBTARGETS:=generic
  12. KERNEL_PATCHVER:=5.4
  13. define Target/Description
  14. Build firmware images for Realtek RTL83xx based boards.
  15. endef
  16. include $(INCLUDE_DIR)/target.mk
  17. FEATURES := $(filter-out mips16,$(FEATURES))
  18. DEFAULT_PACKAGES += uboot-envtools ethtool kmod-gpio-button-hotplug \
  19. dnsmasq firewall ip6tables iptables odhcp6c odhcpd-ipv6only \
  20. ip-full ip-bridge tc
  21. $(eval $(call BuildTarget))