diff options
author | Sven Eckelmann <sven.eckelmann@openmesh.com> | 2018-03-19 12:21:36 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-03-23 20:31:49 +0100 |
commit | 8bc373f8f4419a37164ac5cd0e562f76fa1e00a9 (patch) | |
tree | 60fd9cf4d8bf79e78359f64c70c525b0644d9d62 /target | |
parent | 99d511dcd39c3ce56d424c56e4096c7fc59590bb (diff) | |
download | upstream-8bc373f8f4419a37164ac5cd0e562f76fa1e00a9.tar.gz upstream-8bc373f8f4419a37164ac5cd0e562f76fa1e00a9.tar.bz2 upstream-8bc373f8f4419a37164ac5cd0e562f76fa1e00a9.zip |
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@openmesh.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ipq40xx/image/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ipq40xx/image/Makefile b/target/linux/ipq40xx/image/Makefile index 4ab0c8e7b0..804cba254f 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 |