forked from chongshengB/rt-n56u
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
8c6a3a6
commit 9113b05
Showing
5 changed files
with
2,048 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
/* LINKSYS RE6500 */ | ||
|
||
#define BOARD_PID "RE6500" | ||
#define BOARD_NAME "RE6500" | ||
#define BOARD_DESC "LINKSYS RE6500 Wireless Router" | ||
#define BOARD_VENDOR_NAME "LINKSYS Technology" | ||
#define BOARD_VENDOR_URL "http://www.linksys.com/" | ||
#define BOARD_MODEL_URL "http://www.linksys.com/" | ||
#define BOARD_BOOT_TIME 30 | ||
#define BOARD_FLASH_TIME 120 | ||
#define BOARD_GPIO_BTN_FN1 18 //WiFi | ||
#define BOARD_GPIO_BTN_RESET 3 | ||
#define BOARD_GPIO_BTN_WPS 12 | ||
#undef BOARD_GPIO_LED_ALL | ||
#undef BOARD_GPIO_LED_WIFI | ||
#undef BOARD_GPIO_LED_SW2G | ||
#undef BOARD_GPIO_LED_SW5G | ||
#undef BOARD_GPIO_LED_POWER | ||
#undef BOARD_GPIO_LED_LAN | ||
#define BOARD_GPIO_LED_WAN 6 | ||
#define BOARD_GPIO_LED_USB 8 | ||
#define BOARD_GPIO_LED_ROUTER 7 //WPS | ||
#undef BOARD_GPIO_PWR_USB | ||
#define BOARD_HAS_5G_11AC 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 1 | ||
#define BOARD_HAS_EPHY_L1000 1 | ||
#define BOARD_HAS_EPHY_W1000 1 | ||
#define BOARD_NUM_UPHY_USB3 0 | ||
#define BOARD_USB_PORT_SWAP 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,8 @@ | ||
################################################################## | ||
# Board PID # Board Name # PRODUCT # Note | ||
################################################################## | ||
# RE6500 # LINKSYS RE6500 # MT7621 # | ||
################################################################## | ||
|
||
CFLAGS += -DBOARD_RE6500 | ||
BOARD_NUM_USB_PORTS=0 |
Oops, something went wrong.