hzyitc / openwrt-redmi-ax3000

Openwrt for Redmi AX3000 / Xiaomi CR880x / Xiaomi CR881x
Other
415 stars 85 forks source link

fix:修复swconfig_led_prot_speed速率缺失问题 #68

Closed Wulnut closed 4 months ago

Wulnut commented 4 months ago

修复编译内核时缺失

#define SWCONFIG_LED_PORT_SPEED_2500 0x10   /* 2500 Mbps */
#define SWCONFIG_LED_PORT_SPEED_5000 0x20   /* 5000 Mbps */
#define SWCONFIG_LED_PORT_SPEED_10000 0x40  /* 10000 Mbps */

三个宏的问题