[openwrt/openwrt] ipq40xx: Remove SUPPORTED_DEVICES for A42
LEDE Commits
lede-commits at lists.infradead.org
Fri Mar 23 12:44:50 PDT 2018
mkresin pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/8bc373f8f4419a37164ac5cd0e562f76fa1e00a9
commit 8bc373f8f4419a37164ac5cd0e562f76fa1e00a9
Author: Sven Eckelmann <sven.eckelmann at openmesh.com>
AuthorDate: Mon Mar 19 12:21:36 2018 +0100
ipq40xx: Remove SUPPORTED_DEVICES for A42
The SUPPORTED_DEVICES will be defined automatically via Device/Default in
ipq40xx.
Signed-off-by: Sven Eckelmann <sven.eckelmann at openmesh.com>
---
target/linux/ipq40xx/image/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/target/linux/ipq40xx/image/Makefile b/target/linux/ipq40xx/image/Makefile
index 4ab0c8e..804cba2 100644
--- a/target/linux/ipq40xx/image/Makefile
+++ b/target/linux/ipq40xx/image/Makefile
@@ -106,7 +106,6 @@ define Device/openmesh_a42
$(call Device/FitImageLzma)
DEVICE_DTS := qcom-ipq4018-a42
BLOCKSIZE := 64k
- SUPPORTED_DEVICES := openmesh,a42
DEVICE_TITLE := OpenMesh A42
KERNEL = kernel-bin | lzma | fit lzma $$(DTS_DIR)/$$(DEVICE_DTS).dtb | pad-to $$(BLOCKSIZE)
IMAGE_SIZE := 15616k
More information about the lede-commits
mailing list