aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/vr9
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-12-15 02:01:08 +0000
committerJohn Crispin <john@openwrt.org>2012-12-15 02:01:08 +0000
commit3dac521a49dc1fba0484968ce0c0cb6bc406ab34 (patch)
tree1d684dbac81bc7d044a6ed52cbf3381c2f1a8a9d /target/linux/lantiq/vr9
parent1dece11487e937deb4691f73545c1403d018421d (diff)
downloadupstream-3dac521a49dc1fba0484968ce0c0cb6bc406ab34.tar.gz
upstream-3dac521a49dc1fba0484968ce0c0cb6bc406ab34.tar.bz2
upstream-3dac521a49dc1fba0484968ce0c0cb6bc406ab34.zip
remove 3.3 and 3.6
SVN-Revision: 34699
Diffstat (limited to 'target/linux/lantiq/vr9')
-rw-r--r--target/linux/lantiq/vr9/config-default54
-rw-r--r--target/linux/lantiq/vr9/profiles/000-generic.mk6
-rw-r--r--target/linux/lantiq/vr9/profiles/001-avm.mk6
-rw-r--r--target/linux/lantiq/vr9/target.mk10
4 files changed, 0 insertions, 76 deletions
diff --git a/target/linux/lantiq/vr9/config-default b/target/linux/lantiq/vr9/config-default
deleted file mode 100644
index 5cc890ccde..0000000000
--- a/target/linux/lantiq/vr9/config-default
+++ /dev/null
@@ -1,54 +0,0 @@
-CONFIG_ADM6996_PHY=y
-CONFIG_AR8216_PHY=y
-CONFIG_ARCH_SUPPORTS_MSI=y
-# CONFIG_ATMEL_PWM is not set
-CONFIG_BLK_DEV_SD=y
-CONFIG_CLKDEV_LOOKUP=y
-CONFIG_FSNOTIFY=y
-CONFIG_HAVE_MACH_CLKDEV=y
-CONFIG_HW_HAS_PCI=y
-CONFIG_INPUT=y
-CONFIG_INPUT_EVDEV=y
-CONFIG_INPUT_POLLDEV=y
-CONFIG_IRQ_FORCED_THREADING=y
-# CONFIG_ISDN is not set
-# CONFIG_LANTIQ_ETOP is not set
-# CONFIG_LANTIQ_MACH_ARV is not set
-# CONFIG_LANTIQ_MACH_EASY50712 is not set
-# CONFIG_LANTIQ_MACH_FRITZ_AR9 is not set
-CONFIG_LANTIQ_MACH_FRITZ_VR9=y
-# CONFIG_LANTIQ_MACH_GIGASX76X is not set
-# CONFIG_LANTIQ_MACH_H201L is not set
-# CONFIG_LANTIQ_MACH_NETGEAR is not set
-# CONFIG_LANTIQ_MACH_P2601HNFX is not set
-# CONFIG_LANTIQ_MACH_WBMR is not set
-CONFIG_LANTIQ_VRX200=y
-CONFIG_M25PXX_USE_FAST_READ=y
-CONFIG_MDIO_BOARDINFO=y
-CONFIG_MTD_M25P80=y
-CONFIG_MTD_NAND=y
-CONFIG_MTD_NAND_ECC=y
-CONFIG_MTD_NAND_PLATFORM=y
-# CONFIG_MTD_SM_COMMON is not set
-CONFIG_NLS=y
-CONFIG_PCI=y
-CONFIG_PCIEAER=y
-CONFIG_PCIEPORTBUS=y
-CONFIG_PCIE_LANTIQ=y
-CONFIG_PCI_DOMAINS=y
-# CONFIG_PCI_LANTIQ is not set
-# CONFIG_PCI_LANTIQ_NONE is not set
-CONFIG_RTL8306_PHY=y
-CONFIG_SCSI=y
-CONFIG_SCSI_DMA=y
-# CONFIG_SOC_AMAZON_SE is not set
-# CONFIG_SOC_FALCON is not set
-# CONFIG_SOC_SVIP is not set
-CONFIG_SOC_TYPE_XWAY=y
-CONFIG_SOC_XWAY=y
-CONFIG_SPI=y
-CONFIG_SPI_BITBANG=y
-CONFIG_SPI_GPIO=y
-CONFIG_SPI_MASTER=y
-CONFIG_USB_ARCH_HAS_XHCI=y
-CONFIG_USB_SUPPORT=y
diff --git a/target/linux/lantiq/vr9/profiles/000-generic.mk b/target/linux/lantiq/vr9/profiles/000-generic.mk
deleted file mode 100644
index 787a74fba2..0000000000
--- a/target/linux/lantiq/vr9/profiles/000-generic.mk
+++ /dev/null
@@ -1,6 +0,0 @@
-define Profile/Generic
- NAME:=Generic - all boards
- PACKAGES:=kmod-leds-gpio button-hotplug
-endef
-
-$(eval $(call Profile,Generic))
diff --git a/target/linux/lantiq/vr9/profiles/001-avm.mk b/target/linux/lantiq/vr9/profiles/001-avm.mk
deleted file mode 100644
index 30de76abda..0000000000
--- a/target/linux/lantiq/vr9/profiles/001-avm.mk
+++ /dev/null
@@ -1,6 +0,0 @@
-define Profile/FRITZ3370
- NAME:=FRITZ3370 - Ftizbox
- PACKAGES:=kmod-leds-gpio button-hotplug kmod-usb-ifxhcd
-endef
-
-$(eval $(call Profile,FRITZ3370))
diff --git a/target/linux/lantiq/vr9/target.mk b/target/linux/lantiq/vr9/target.mk
deleted file mode 100644
index b2e8dfcc44..0000000000
--- a/target/linux/lantiq/vr9/target.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-ARCH:=mips
-SUBTARGET:=vr9
-BOARDNAME:=VR9
-FEATURES:=squashfs jffs2 atm
-
-DEFAULT_PACKAGES+=kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl kmod-ltq-dsl-vr9 ltq-dsl-app swconfig
-
-define Target/Description
- Lantiq VR9
-endef