diff options
author | Nick Hainke <vincent@systemli.org> | 2024-04-24 07:19:30 +0200 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2024-04-24 14:12:15 +0200 |
commit | 6ca830559865f994db8732a9d06f452e36d5b490 (patch) | |
tree | 9d31a37373763dcc5c7f6eff5234ebc111dfa99e /target/linux/oxnas/ox810se/target.mk | |
parent | 98cc65d9a0c4e7beb4b9a8f8482ab8908435290b (diff) |
oxnas: drop target
The Upstream Linux community has discontinued support for the target.
Maintaining support for it downstream would require too much effort.
Moreover, it seems that the supported hardware is no longer deemed worthy
of it.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'target/linux/oxnas/ox810se/target.mk')
-rw-r--r-- | target/linux/oxnas/ox810se/target.mk | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/target/linux/oxnas/ox810se/target.mk b/target/linux/oxnas/ox810se/target.mk deleted file mode 100644 index 4031fc57c3..0000000000 --- a/target/linux/oxnas/ox810se/target.mk +++ /dev/null @@ -1,9 +0,0 @@ -FEATURES+=source-only - -SUBTARGET:=ox810se -BOARDNAME:=OX810SE -CPU_TYPE:=arm926ej-s - -define Target/Description - Oxford OX810SE -endef |