aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq40xx/image
diff options
context:
space:
mode:
authorRobert Marko <robert.marko@sartura.hr>2021-12-14 01:00:00 +0100
committerDavid Bauer <mail@david-bauer.net>2022-10-02 23:04:39 +0200
commit550253bdf99280b3017baf56dec36406fa395734 (patch)
treeb19eb450b50a3006c291da09188ffb45d9bd7e79 /target/linux/ipq40xx/image
parentad9ecd33ccb4fa1334e8986960ade356fa200fda (diff)
downloadupstream-550253bdf99280b3017baf56dec36406fa395734.tar.gz
upstream-550253bdf99280b3017baf56dec36406fa395734.tar.bz2
upstream-550253bdf99280b3017baf56dec36406fa395734.zip
ipq40xx: convert some boards to DSA
Convert IPQ40xx boards to DSA setup. Signed-off-by: Leon M. George <leon@georgemail.eu> Signed-off-by: Lech Perczak <lech.perczak@gmail.com> Signed-off-by: Nick Hainke <vincent@systemli.org> Signed-off-by: ChunAm See <z1250747241@gmail.com> Signed-off-by: Jeff Kletsky <git-commits@allycomm.com> Signed-off-by: Andrew Sim <andrewsimz@gmail.com> Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Diffstat (limited to 'target/linux/ipq40xx/image')
-rw-r--r--target/linux/ipq40xx/image/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ipq40xx/image/Makefile b/target/linux/ipq40xx/image/Makefile
index 5851b29875..2ba4c779a0 100644
--- a/target/linux/ipq40xx/image/Makefile
+++ b/target/linux/ipq40xx/image/Makefile
@@ -10,6 +10,8 @@ define Device/Default
IMAGES := sysupgrade.bin
IMAGE/sysupgrade.bin = sysupgrade-tar | append-metadata
IMAGE/sysupgrade.bin/squashfs :=
+ DEVICE_COMPAT_VERSION := 1.1
+ DEVICE_COMPAT_MESSAGE := Config cannot be migrated from swconfig to DSA
endef
include $(SUBTARGET).mk