openwrt/target/linux/econet/Makefile
Ahmed Naseef 32df0bdf59 econet: en7528: add basic ethernet support
EN7528 shares the same clock/reset controller as EN7523. Enable
COMMON_CLK_EN7523 and RESET_CONTROLLER for ethernet hardware resets.
Update econet-eth driver and add it as default package.

Signed-off-by: Ahmed Naseef <naseefkm@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21326
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2026-02-15 01:12:52 +01:00

24 lines
525 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2009-2025 OpenWrt.org
include $(TOPDIR)/rules.mk
BOARD:=econet
BOARDNAME:=EcoNet EN75xx MIPS
FEATURES:=dt source-only squashfs nand usb
SUBTARGETS:=en751221 en7528
KERNEL_PATCHVER:=6.12
define Target/Description
Build firmware image for EcoNet EN75xx MIPS based boards.
endef
# include the profiles
include $(INCLUDE_DIR)/target.mk
# nand-utils is used by base-files/sbin/en75_chboot
DEFAULT_PACKAGES += nand-utils kmod-econet-eth
$(eval $(call BuildTarget))