mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-22 01:07:44 +08:00

JCG Y2 is an AC1300M router Hardware specs: SoC: MediaTek MT7621AT Flash: Winbond W25Q128JVSQ 16MiB RAM: Nanya NT5CB128M16 256MiB 2.4GHz: MT7615D 2x2 5GHz: MT7615D 2x2 Ethernet: 1 x WAN and 4 x LAN LED: POWER, INTERNET, 2.4G, 5G USB: 1 x 3.0 Button: Reset Flash instructions: Upload factory.bin in stock firmware's upgrade page. Signed-off-by: AmadeusGhost <amadeus@jmu.edu.cn>
27 lines
662 B
Plaintext
27 lines
662 B
Plaintext
menu "MT_WIFI Configuration"
|
|
depends on PACKAGE_mt_wifi
|
|
|
|
config MTK_CHIP_MT7603E_MT7612E
|
|
bool "MTK_CHIP_MT7603E_MT7612E"
|
|
default y if PACKAGE_kmod-mt7603e && PACKAGE_kmod-mt76x2e
|
|
default n
|
|
|
|
config MTK_CHIP_MT7603E_MT7615E
|
|
bool "MTK_CHIP_MT7603E_MT7615E"
|
|
default y if PACKAGE_kmod-mt7603e && PACKAGE_kmod-mt7615d
|
|
default n
|
|
|
|
config MTK_CHIP_MT7615E
|
|
bool "MTK_CHIP_MT7615E"
|
|
default y if PACKAGE_kmod-mt7615d && !PACKAGE_kmod-mt7603e
|
|
default n
|
|
|
|
config MTK_CHIP_MT7615E_DBDC
|
|
bool "MTK_CHIP_MT7615E_DBDC"
|
|
depends on MTK_CHIP_MT7615E
|
|
default y if TARGET_ramips_mt7621_DEVICE_jcg_y2
|
|
default y if TARGET_ramips_mt7621_DEVICE_phicomm_k2p
|
|
default n
|
|
|
|
endmenu
|