mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-20 20:32:27 +01:00
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>
24 lines
525 B
Makefile
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))
|