ath79: rename glinet x750

The boardname is gl-x750 and is already used for the led names.

Signed-off-by: Mathias Kresin <dev@kresin.me>
master
Mathias Kresin 6 years ago
parent e0def989e8
commit 68d77241cd
  1. 4
      target/linux/ath79/base-files/etc/board.d/01_leds
  2. 2
      target/linux/ath79/base-files/etc/board.d/02_network
  3. 2
      target/linux/ath79/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
  4. 0
      target/linux/ath79/dts/qca9533_glinet_gl-x750.dts
  5. 2
      target/linux/ath79/dts/qca9533_glinet_x750.dtsi
  6. 6
      target/linux/ath79/image/generic.mk

@ -33,8 +33,8 @@ etactica,eg200)
ucidef_set_led_oneshot "modbus" "Modbus" "$boardname:red:modbus" "100" "33" ucidef_set_led_oneshot "modbus" "Modbus" "$boardname:red:modbus" "100" "33"
ucidef_set_led_default "etactica" "etactica" "$boardname:red:etactica" "ignore" ucidef_set_led_default "etactica" "etactica" "$boardname:red:etactica" "ignore"
;; ;;
glinet,x750) glinet,gl-x750)
ucidef_set_led_netdev "wan" "WAN" "gl-x750:green:wan" "eth0" ucidef_set_led_netdev "wan" "WAN" "$boardname:green:wan" "eth0"
;; ;;
netgear,wnr612-v2|\ netgear,wnr612-v2|\
on,n150r) on,n150r)

@ -75,7 +75,7 @@ ath79_setup_interfaces()
;; ;;
glinet,ar150|\ glinet,ar150|\
glinet,ar300m|\ glinet,ar300m|\
glinet,x750) glinet,gl-x750)
ucidef_set_interfaces_lan_wan "eth1" "eth0" ucidef_set_interfaces_lan_wan "eth1" "eth0"
;; ;;
iodata,etg3-r|\ iodata,etg3-r|\

@ -87,7 +87,7 @@ board=$(board_name)
case "$FIRMWARE" in case "$FIRMWARE" in
"ath10k/cal-pci-0000:00:00.0.bin") "ath10k/cal-pci-0000:00:00.0.bin")
case $board in case $board in
glinet,x750) glinet,gl-x750)
ath10kcal_extract "art" 20480 2116 ath10kcal_extract "art" 20480 2116
ath10kcal_patch_mac $(macaddr_add $(cat /sys/class/net/eth0/address) +1) ath10kcal_patch_mac $(macaddr_add $(cat /sys/class/net/eth0/address) +1)
;; ;;

@ -4,7 +4,7 @@
#include "qca9533.dtsi" #include "qca9533.dtsi"
/ { / {
compatible = "glinet,x750", "qca,qca9533"; compatible = "glinet,gl-x750", "qca,qca9533";
model = "GL.iNet GL-X750"; model = "GL.iNet GL-X750";
keys { keys {

@ -183,13 +183,13 @@ define Device/glinet_ar300m_nor
endef endef
TARGET_DEVICES += glinet_ar300m_nor TARGET_DEVICES += glinet_ar300m_nor
define Device/glinet_x750 define Device/glinet_gl-x750
ATH_SOC := qca9533 ATH_SOC := qca9533
DEVICE_TITLE := GL.iNet GL-ARX750 DEVICE_TITLE := GL.iNet GL-X750
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-ath10k ath10k-firmware-qca9887 DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-ath10k ath10k-firmware-qca9887
IMAGE_SIZE := 16000k IMAGE_SIZE := 16000k
endef endef
TARGET_DEVICES += glinet_x750 TARGET_DEVICES += glinet_gl-x750
define Device/iodata_etg3-r define Device/iodata_etg3-r
ATH_SOC := ar9342 ATH_SOC := ar9342

Loading…
Cancel
Save