From: Christian Marangi Date: Sat, 9 Dec 2023 13:45:50 +0000 (+0100) Subject: ixp4xx: add Generic subtarget definition X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=682f8fe7e7e4e921e2064d262b2a5480b81136eb;p=openwrt%2Fstaging%2Fnbd.git ixp4xx: add Generic subtarget definition Add Generic subtarget definition. This is needed to keep consistent name on every other target/subtarget and also to permit correct work of CI workflows that expect a target/subtarget pattern. Fixes: c16b2293fe71 ("ixp4xx: Resurrect IXP4xx support using device tree") Signed-off-by: Christian Marangi --- diff --git a/target/linux/ixp4xx/Makefile b/target/linux/ixp4xx/Makefile index 6cd30877ee..f089687da9 100644 --- a/target/linux/ixp4xx/Makefile +++ b/target/linux/ixp4xx/Makefile @@ -9,6 +9,7 @@ BOARD:=ixp4xx BOARDNAME:=Intel XScale IXP4xx FEATURES:=dt squashfs gpio CPU_TYPE:=xscale +SUBTARGETS:=generic KERNEL_PATCHVER:=6.1 diff --git a/target/linux/ixp4xx/generic/target.mk b/target/linux/ixp4xx/generic/target.mk new file mode 100644 index 0000000000..f5cb1fb19b --- /dev/null +++ b/target/linux/ixp4xx/generic/target.mk @@ -0,0 +1 @@ +BOARDNAME:=Generic