Makefile 525 B

123456789101112131415161718192021222324
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Copyright (C) 2009-2025 OpenWrt.org
  4. include $(TOPDIR)/rules.mk
  5. BOARD:=econet
  6. BOARDNAME:=EcoNet EN75xx MIPS
  7. FEATURES:=dt source-only squashfs nand usb
  8. SUBTARGETS:=en751221 en7528
  9. KERNEL_PATCHVER:=6.12
  10. define Target/Description
  11. Build firmware image for EcoNet EN75xx MIPS based boards.
  12. endef
  13. # include the profiles
  14. include $(INCLUDE_DIR)/target.mk
  15. # nand-utils is used by base-files/sbin/en75_chboot
  16. DEFAULT_PACKAGES += nand-utils kmod-econet-eth
  17. $(eval $(call BuildTarget))