Skip to content

Commit

Permalink
ipq60xx: fixes GL.iNet GL-AXT1800 support
Browse files Browse the repository at this point in the history
Fixes: 39e52ed ("ipq60xx: add GL.iNet GL-AXT1800 support")
Signed-off-by: AnYun <[email protected]>
  • Loading branch information
aiamadeus committed Jul 21, 2022
1 parent 498b1fa commit fa5a828
Show file tree
Hide file tree
Showing 7 changed files with 421 additions and 800 deletions.
2 changes: 1 addition & 1 deletion target/linux/ipq60xx/base-files/etc/board.d/02_network
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ipq60xx_setup_interfaces()
glinet,gl-ax1800)
ucidef_set_interfaces_lan_wan "eth1 eth2 eth3 eth4" "eth0"
;;
glinet,axt1800)
glinet,gl-axt1800)
ucidef_set_interfaces_lan_wan "eth1 eth2" "eth0"
;;
huasifei,wf-hr6001|\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ case "$FIRMWARE" in
case "$board" in
cmiot,ax18|\
glinet,gl-ax1800|\
glinet,gl-axt1800|\
huasifei,wf-hr6001|\
linksys,mr7350|\
qihoo,v6|\
Expand All @@ -66,6 +67,7 @@ ath11k-macs)
case "$board" in
cmiot,ax18|\
glinet,gl-ax1800|\
glinet,gl-axt1800|\
huasifei,wf-hr6001|\
linksys,mr7350|\
qihoo,v6|\
Expand Down
2 changes: 2 additions & 0 deletions target/linux/ipq60xx/config-4.4
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ CONFIG_HAVE_UID16=y
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
CONFIG_HOTPLUG_CPU=y
# CONFIG_HUGETLBFS is not set
CONFIG_HWMON=y
CONFIG_HWSPINLOCK=y
CONFIG_HWSPINLOCK_QCOM=y
CONFIG_HW_RANDOM=y
Expand Down Expand Up @@ -670,6 +671,7 @@ CONFIG_SCHED_HRTICK=y
# CONFIG_SCHED_INFO is not set
# CONFIG_SCSI_DMA is not set
# CONFIG_SEEMP_CORE is not set
CONFIG_SENSORS_PWM_FAN=y
# CONFIG_SERIAL_8250 is not set
# CONFIG_SERIAL_AMBA_PL010 is not set
# CONFIG_SERIAL_AMBA_PL011 is not set
Expand Down
Loading

0 comments on commit fa5a828

Please sign in to comment.