diff options
| author | Christian Marangi <ansuelsmth@gmail.com> | 2023-12-09 14:45:50 +0100 |
|---|---|---|
| committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-12-09 14:45:50 +0100 |
| commit | 682f8fe7e7e4e921e2064d262b2a5480b81136eb (patch) | |
| tree | 14b905a411fb82ded66945849448a618aafda7c4 /target/linux | |
| parent | 9291f6025f4dd3f0b54cc7254e869914fbdc5ce0 (diff) | |
| download | upstream-682f8fe7e7e4e921e2064d262b2a5480b81136eb.tar.gz upstream-682f8fe7e7e4e921e2064d262b2a5480b81136eb.tar.bz2 upstream-682f8fe7e7e4e921e2064d262b2a5480b81136eb.zip | |
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 <ansuelsmth@gmail.com>
Diffstat (limited to 'target/linux')
| -rw-r--r-- | target/linux/ixp4xx/Makefile | 1 | ||||
| -rw-r--r-- | target/linux/ixp4xx/generic/target.mk | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ixp4xx/Makefile b/target/linux/ixp4xx/Makefile index 6cd30877eee..f089687da94 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 00000000000..f5cb1fb19b9 --- /dev/null +++ b/target/linux/ixp4xx/generic/target.mk @@ -0,0 +1 @@ +BOARDNAME:=Generic |
