summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/vr9
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-12-15 02:01:08 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-12-15 02:01:08 +0000
commit553786683f6d1316f38c7459fb17f3f88e9c553d (patch)
treeaa951f60a68199ebc90babec9aa5580a7159e479 /target/linux/lantiq/vr9
parent5d8e0585ac778f4dde3ead2cee576695c351c628 (diff)
[lantiq] remove 3.3 and 3.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34699 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 5cc890ccd..000000000
--- 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 787a74fba..000000000
--- 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 30de76abd..000000000
--- 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 b2e8dfcc4..000000000
--- 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