mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 17:33:31 +00:00
ipq806x: add luci-app-advanced-reboot support for EA7500 v1/EA8500
This commit is contained in:
parent
ebe8ec1003
commit
2c6266dbf9
@ -170,7 +170,7 @@ define Device/linksys_ea7500-v1
|
||||
UBINIZE_OPTS := -E 5
|
||||
IMAGES := factory.bin sysupgrade.bin
|
||||
IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi | pad-to $$$$(PAGESIZE)
|
||||
DEVICE_PACKAGES := -kmod-ath10k-ct kmod-ath10k-ct-smallbuffers ath10k-firmware-qca99x0-ct
|
||||
DEVICE_PACKAGES := -kmod-ath10k-ct kmod-ath10k-ct-smallbuffers ath10k-firmware-qca99x0-ct luci-app-advanced-reboot
|
||||
endef
|
||||
TARGET_DEVICES += linksys_ea7500-v1
|
||||
|
||||
@ -188,7 +188,7 @@ define Device/linksys_ea8500
|
||||
UBINIZE_OPTS := -E 5
|
||||
IMAGES += factory.bin
|
||||
IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi
|
||||
DEVICE_PACKAGES := ath10k-firmware-qca99x0-ct
|
||||
DEVICE_PACKAGES := ath10k-firmware-qca99x0-ct luci-app-advanced-reboot
|
||||
endef
|
||||
TARGET_DEVICES += linksys_ea8500
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user