From 2c6266dbf9f734c7d4870f54aa1d6e82e9380d01 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Fri, 16 Jul 2021 18:47:43 +0800 Subject: [PATCH] ipq806x: add luci-app-advanced-reboot support for EA7500 v1/EA8500 --- target/linux/ipq806x/image/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile index f48d555f6..32f9d65cb 100644 --- a/target/linux/ipq806x/image/Makefile +++ b/target/linux/ipq806x/image/Makefile @@ -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