ASUS RT-AC1200HP/Serial info
From TechInfoDepot
Jump to navigationJump to searchconfig • >> |
---|
#ifdef RTCONFIG_RALINK #include <ralink.h> #include <flash_mtd.h> #endif #if defined(LINUX30) && !defined(RTN14U) && !defined(RTAC52U) && !defined(RTAC51U) && !defined(RTN11P) && !defined(RTN54U) && !defined(RTAC1200HP) && !defined(RTN56UV2) case MODEL_RTN11P: /* fall through */ case MODEL_RTN14U: /* fall through */ case MODEL_RTN54U: /* fall through */ case MODEL_RTN56UV2: /* fall through */ case MODEL_RTAC1200HP: /* fall through */ case MODEL_RTAC51U: /* fall through */ case MODEL_RTAC52U: ============================ #elif defined(RTAC1200HP) enum { WAN_PORT=5, LAN1_PORT=0, LAN2_PORT=1, LAN3_PORT=2, LAN4_PORT=3, P5_PORT=4, CPU_PORT=6, P7_PORT=7, }; #elif defined(RTN56UV2) enum { WAN_PORT=4, LAN1_PORT=3, LAN2_PORT=2, LAN3_PORT=1, LAN4_PORT=0, P5_PORT=5, CPU_PORT=6, P7_PORT=7, }; #define MT7621_GSW #endif |