openwrt-pf/target/linux/econet/Makefile
Caleb James DeLisle da78b5a384
econet: add GPIO/LEDs and mtd-concat support to EN751221
In prep for more fully supporting EN751221, add GPIO, LED, and
mtd-concat.

Signed-off-by: Caleb James DeLisle <cjd@cjdns.fr>
Link: https://github.com/openwrt/openwrt/pull/23533
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
2026-07-22 17:11:23 +02:00

27 lines
578 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 en751627 en7528
KERNEL_PATCHVER:=6.18
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 \
kmod-leds-gpio \
gpio-button-hotplug
$(eval $(call BuildTarget))