forked from tsl0922/padavan
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
2,987 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#define BOARD_PID "ZTT-RX6000" | ||
#define BOARD_NAME "ZTT RX6000" | ||
#define BOARD_DESC "ZTT RX6000 Wifi6 Router" | ||
#define BOARD_VENDOR_NAME "ZTT" | ||
#define BOARD_VENDOR_URL "https://www.ztt.cn/" | ||
#define BOARD_MODEL_URL "https://www.ztt.cn/" | ||
#define BOARD_BOOT_TIME 20 | ||
#define BOARD_FLASH_TIME 120 | ||
|
||
#define BOARD_HAS_5G_11AC 1 | ||
#define BOARD_HAS_5G_11AX 1 | ||
#define BOARD_HAS_2G_11AX 1 | ||
#define BOARD_NUM_ANT_5G_TX 2 | ||
#define BOARD_NUM_ANT_5G_RX 2 | ||
#define BOARD_NUM_ANT_2G_TX 2 | ||
#define BOARD_NUM_ANT_2G_RX 2 | ||
#define BOARD_NUM_ETH_LEDS 0 | ||
#define BOARD_NUM_ETH_EPHY 4 | ||
#define BOARD_HAS_EPHY_L1000 1 | ||
#define BOARD_HAS_EPHY_W1000 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
################################################################## | ||
# Board PID # Board Name # PRODUCT # Note | ||
################################################################## | ||
# ZTT-RX6000 # ZTT RX6000 # MT7621 # | ||
################################################################## | ||
|
||
CFLAGS += -DBOARD_ZTT-RX6000 -DBOARD_MT7915_DBDC | ||
BOARD_NUM_USB_PORTS=0 | ||
CONFIG_BOARD_RAM_SIZE=256 |
Oops, something went wrong.