aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/svip_le
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/lantiq/svip_le')
-rw-r--r--target/linux/lantiq/svip_le/config-default34
-rw-r--r--target/linux/lantiq/svip_le/profiles/000-generic.mk8
-rw-r--r--target/linux/lantiq/svip_le/profiles/001-lantiq.mk10
-rw-r--r--target/linux/lantiq/svip_le/target.mk11
4 files changed, 0 insertions, 63 deletions
diff --git a/target/linux/lantiq/svip_le/config-default b/target/linux/lantiq/svip_le/config-default
deleted file mode 100644
index ac3ef7a0da..0000000000
--- a/target/linux/lantiq/svip_le/config-default
+++ /dev/null
@@ -1,34 +0,0 @@
-CONFIG_ADM6996_PHY=y
-CONFIG_AR8216_PHY=y
-CONFIG_CLKDEV_LOOKUP=y
-# CONFIG_CPU_LITTLE_ENDIAN is not set
-CONFIG_FSNOTIFY=y
-CONFIG_HAVE_MACH_CLKDEV=y
-CONFIG_INPUT=y
-CONFIG_INPUT_EVDEV=y
-CONFIG_INPUT_POLLDEV=y
-CONFIG_IRQ_FORCED_THREADING=y
-# CONFIG_ISDN is not set
-CONFIG_LANTIQ_MACH_EASY33016=y
-CONFIG_LANTIQ_MACH_EASY336=y
-CONFIG_LANTIQ_SVIP_ETH=y
-CONFIG_LANTIQ_SVIP_VIRTUAL_ETH=y
-CONFIG_MDIO_BOARDINFO=y
-# CONFIG_PCIE_LANTIQ is not set
-# CONFIG_PCI_LANTIQ is not set
-# CONFIG_PCI_LANTIQ_NONE is not set
-CONFIG_RTL8306_PHY=y
-# CONFIG_SOC_AMAZON_SE is not set
-# CONFIG_SOC_FALCON is not set
-CONFIG_SOC_SVIP=y
-# CONFIG_SOC_TYPE_XWAY is not set
-# CONFIG_SOC_XWAY is not set
-CONFIG_SPI=y
-CONFIG_SPI_MASTER=y
-CONFIG_SPI_SVIP=y
-CONFIG_SVIP_NAT=y
-CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y
-# CONFIG_USB_ARCH_HAS_EHCI is not set
-# CONFIG_USB_ARCH_HAS_OHCI is not set
-# CONFIG_USB_ARCH_HAS_XHCI is not set
-CONFIG_USB_SUPPORT=y
diff --git a/target/linux/lantiq/svip_le/profiles/000-generic.mk b/target/linux/lantiq/svip_le/profiles/000-generic.mk
deleted file mode 100644
index 731e4fce5a..0000000000
--- a/target/linux/lantiq/svip_le/profiles/000-generic.mk
+++ /dev/null
@@ -1,8 +0,0 @@
-define Profile/Generic
- NAME:=Generic - all boards
- PACKAGES:=
-endef
-
-$(eval $(call Profile,Generic))
-
-
diff --git a/target/linux/lantiq/svip_le/profiles/001-lantiq.mk b/target/linux/lantiq/svip_le/profiles/001-lantiq.mk
deleted file mode 100644
index dd6150e126..0000000000
--- a/target/linux/lantiq/svip_le/profiles/001-lantiq.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-define Profile/EASY336
- NAME:=EASY336
- PACKAGES:=
-endef
-
-define Profile/EASY336/Description
- Lantiq EASY336 evalkit
-endef
-
-$(eval $(call Profile,EASY336))
diff --git a/target/linux/lantiq/svip_le/target.mk b/target/linux/lantiq/svip_le/target.mk
deleted file mode 100644
index 2c1ed07a4e..0000000000
--- a/target/linux/lantiq/svip_le/target.mk
+++ /dev/null
@@ -1,11 +0,0 @@
-ARCH:=mipsel
-SUBTARGET:=svip_le
-BOARDNAME:=SVIP Little Endian
-FEATURES:=squashfs
-DEVICE_TYPE:=other
-
-DEFAULT_PACKAGES+= uboot-svip hostapd-mini
-
-define Target/Description
- Lantiq SVIP Little Endian
-endef