aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/orion/harddisk
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-01-05 14:06:30 +0100
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-01-08 16:45:08 +0100
commit89f2deb372b74f9d4bb030c31b4ec28d579ee41f (patch)
tree4479c2d816d1804a02dc88e17159e5bb232708ca /target/linux/orion/harddisk
parent4bc92c1e7526ee48e04c25ec4b468e7527e18b6e (diff)
downloadupstream-89f2deb372b74f9d4bb030c31b4ec28d579ee41f.tar.gz
upstream-89f2deb372b74f9d4bb030c31b4ec28d579ee41f.tar.bz2
upstream-89f2deb372b74f9d4bb030c31b4ec28d579ee41f.zip
orion: remove unmaintained target
This target seems to have been unmaintained for quite a while, and not a single tester for the (now outdated) kernel 4.14 patches has been found. Remove the code and all the packages which are only used by this target. To add this target to OpenWrt again port it to a recent and supported kernel version. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/orion/harddisk')
-rw-r--r--target/linux/orion/harddisk/config-default42
-rw-r--r--target/linux/orion/harddisk/target.mk15
2 files changed, 0 insertions, 57 deletions
diff --git a/target/linux/orion/harddisk/config-default b/target/linux/orion/harddisk/config-default
deleted file mode 100644
index c25cb6265d..0000000000
--- a/target/linux/orion/harddisk/config-default
+++ /dev/null
@@ -1,42 +0,0 @@
-CONFIG_ATA=y
-CONFIG_BLK_DEV_DM=y
-CONFIG_BLK_DEV_DM_BUILTIN=y
-CONFIG_BLK_DEV_MD=y
-CONFIG_BLK_DEV_SD=y
-CONFIG_BLK_SCSI_REQUEST=y
-CONFIG_CRC16=y
-CONFIG_CRYPTO_CRC32C=y
-CONFIG_DAX=y
-# CONFIG_DM_CRYPT is not set
-# CONFIG_DM_MIRROR is not set
-# CONFIG_DM_SNAPSHOT is not set
-CONFIG_EXT4_FS=y
-CONFIG_FS_MBCACHE=y
-CONFIG_GENERIC_PHY=y
-CONFIG_GLOB=y
-CONFIG_HWMON=y
-CONFIG_JBD2=y
-CONFIG_MACH_DT2=y
-CONFIG_MACH_NET2BIG=y
-# CONFIG_MACH_WN802T is not set
-# CONFIG_MACH_WNR854T is not set
-# CONFIG_MACH_WRT350N_V2 is not set
-CONFIG_MD=y
-CONFIG_MD_AUTODETECT=y
-CONFIG_MD_LINEAR=y
-# CONFIG_MD_MULTIPATH is not set
-CONFIG_MD_RAID0=y
-CONFIG_MD_RAID1=y
-# CONFIG_MD_RAID10 is not set
-# CONFIG_MD_RAID456 is not set
-CONFIG_NLS=y
-CONFIG_SATA_MV=y
-CONFIG_SCSI=y
-CONFIG_SCSI_DMA=y
-CONFIG_SG_POOL=y
-CONFIG_USB=y
-CONFIG_USB_COMMON=y
-CONFIG_USB_EHCI_HCD=y
-CONFIG_USB_EHCI_HCD_ORION=y
-CONFIG_USB_EHCI_HCD_PLATFORM=y
-CONFIG_USB_STORAGE=y
diff --git a/target/linux/orion/harddisk/target.mk b/target/linux/orion/harddisk/target.mk
deleted file mode 100644
index 6096e69709..0000000000
--- a/target/linux/orion/harddisk/target.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# Copyright (C) 2008-2010 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-BOARDNAME:=Internal Hard-Disk
-FEATURES+=targz
-DEVICE_TYPE:=nas
-
-define Target/Description
- Build firmware images for Marvell Orion based boards that boot directly from internal disk storage.
- (e.g.: Freecom DataTank 2, ...)
-endef