mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-15 16:15:29 +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>
17 lines
279 B
Makefile
17 lines
279 B
Makefile
#
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
#
|
|
|
|
SUBTARGET:=mt7621
|
|
BOARDNAME:=MT7621 based boards
|
|
FEATURES+=nand ramdisk rtc usb minor
|
|
CPU_TYPE:=24kc
|
|
|
|
KERNEL_PATCHVER:=5.4
|
|
DEFAULT_PACKAGES += swconfig
|
|
|
|
define Target/Description
|
|
Build firmware images for Ralink MT7621 based boards.
|
|
endef
|
|
|