mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-15 06:05:31 +08:00

* ramips: mt7621.dtsi: add missing pinctrl to ethernet node Add rgmii1_pins (1st GMAC) and mdio_pins to ethernet node pinctrl to ensure they are set to correct mode * ramips: kernel: ralink-eth support mt7621 Signed-off-by: Chen Minqiang <ptpt52@gmail.com> * ramips: some devices use ralink-eth driver Also re-added mt7621 hwnat support for some devices. Signed-off-by: Chen Minqiang <ptpt52@gmail.com> Signed-off-by: AmadeusGhost <amadeus@openjmu.xyz> * ramips/mt7621: re-added hwnat support Co-authored-by: LGA1150 <dqfext@gmail.com> Co-authored-by: Chen Minqiang <ptpt52@gmail.com>
26 lines
625 B
Makefile
26 lines
625 B
Makefile
#
|
|
# Copyright (C) 2008-2011 OpenWrt.org
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
# See /LICENSE for more information.
|
|
#
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=mipsel
|
|
BOARD:=ramips
|
|
BOARDNAME:=MediaTek Ralink MIPS
|
|
SUBTARGETS:=mt7620 mt7621 mt76x8 rt288x rt305x rt3883
|
|
FEATURES:=squashfs gpio
|
|
|
|
KERNEL_PATCHVER:=5.4
|
|
KERNEL_TESTING_PATCHVER:=5.4
|
|
|
|
define Target/Description
|
|
Build firmware images for Ralink RT288x/RT3xxx based boards.
|
|
endef
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
DEFAULT_PACKAGES += kmod-leds-gpio kmod-gpio-button-hotplug -luci-app-sfe luci-app-flowoffload
|
|
|
|
$(eval $(call BuildTarget))
|