aboutsummaryrefslogtreecommitdiff
path: root/target/linux/oxnas/Makefile
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2024-04-24 07:19:30 +0200
committerNick Hainke <vincent@systemli.org>2024-04-24 14:12:15 +0200
commit6ca830559865f994db8732a9d06f452e36d5b490 (patch)
tree9d31a37373763dcc5c7f6eff5234ebc111dfa99e /target/linux/oxnas/Makefile
parent98cc65d9a0c4e7beb4b9a8f8482ab8908435290b (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/Makefile')
-rw-r--r--target/linux/oxnas/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/oxnas/Makefile b/target/linux/oxnas/Makefile
deleted file mode 100644
index 2884a66cc7..0000000000
--- a/target/linux/oxnas/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-include $(TOPDIR)/rules.mk
-
-ARCH:=arm
-BOARD:=oxnas
-BOARDNAME:=PLXTECH/Oxford NAS782x/OX8xx
-SUBTARGETS:=ox810se ox820
-FEATURES:=gpio ramdisk rtc squashfs
-DEVICE_TYPE:=nas
-
-KERNEL_PATCHVER:=5.15
-
-include $(INCLUDE_DIR)/target.mk
-
-DEFAULT_PACKAGES += \
- kmod-button-hotplug kmod-input-gpio-keys-polled \
- kmod-leds-gpio uboot-envtools
-
-KERNELNAME:=zImage dtbs
-
-$(eval $(call BuildTarget))