diff options
Diffstat (limited to 'target/linux/ipq806x/base-files/etc')
3 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ipq806x/base-files/etc/board.d/01_leds b/target/linux/ipq806x/base-files/etc/board.d/01_leds index 17f1a28abc..12d9e7b1b7 100755 --- a/target/linux/ipq806x/base-files/etc/board.d/01_leds +++ b/target/linux/ipq806x/base-files/etc/board.d/01_leds @@ -20,6 +20,7 @@ c2600) ;; d7800 |\ r7500 |\ +r7500v2 |\ r7800) ucidef_set_led_usbdev "usb1" "USB 1" "${board}:white:usb1" "1-1" ucidef_set_led_usbdev "usb2" "USB 2" "${board}:white:usb3" "3-1" diff --git a/target/linux/ipq806x/base-files/etc/board.d/02_network b/target/linux/ipq806x/base-files/etc/board.d/02_network index 16cc13cfc0..b72045538a 100755 --- a/target/linux/ipq806x/base-files/etc/board.d/02_network +++ b/target/linux/ipq806x/base-files/etc/board.d/02_network @@ -17,6 +17,7 @@ ap148 |\ c2600 |\ d7800 |\ r7500 |\ +r7500v2 |\ r7800) ucidef_add_switch "switch0" \ "1:lan" "2:lan" "3:lan" "4:lan" "6@eth1" "5:wan" "0@eth0" diff --git a/target/linux/ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata b/target/linux/ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata index a23dd80a00..c7977e6375 100644 --- a/target/linux/ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata +++ b/target/linux/ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata @@ -56,6 +56,7 @@ case "$FIRMWARE" in hw_mac_addr=$(mtd_get_mac_ascii devinfo hw_mac_addr) ath10kcal_extract "art" 4096 12064 ;; + r7500v2 |\ r7800) ath10kcal_extract "art" 4096 12064 ;; @@ -71,6 +72,7 @@ case "$FIRMWARE" in hw_mac_addr=$(mtd_get_mac_ascii devinfo hw_mac_addr) ath10kcal_extract "art" 20480 12064 ;; + r7500v2 |\ r7800) ath10kcal_extract "art" 20480 12064 ;; |