summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/falcon-stable
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-05-09 12:52:19 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-05-09 12:52:19 +0000
commitdcc5e22d87eb62d455f31e8ac36a81f33338f2ab (patch)
tree81c8801b4ca78a10d166ed2a66fc11ece75b5940 /target/linux/lantiq/falcon-stable
parentee96308b09e5614d8c13237d47da955090d15798 (diff)
[lantiq] Drop 2.6.32 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31670 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/falcon-stable')
-rw-r--r--target/linux/lantiq/falcon-stable/config-default26
-rw-r--r--target/linux/lantiq/falcon-stable/profiles1
-rw-r--r--target/linux/lantiq/falcon-stable/target.mk11
3 files changed, 0 insertions, 38 deletions
diff --git a/target/linux/lantiq/falcon-stable/config-default b/target/linux/lantiq/falcon-stable/config-default
deleted file mode 100644
index 72cca0793..000000000
--- a/target/linux/lantiq/falcon-stable/config-default
+++ /dev/null
@@ -1,26 +0,0 @@
-CONFIG_CPU_MIPSR2_IRQ_EI=y
-CONFIG_CPU_MIPSR2_IRQ_VI=y
-CONFIG_IFX_VPE_CACHE_SPLIT=y
-CONFIG_IFX_VPE_EXT=y
-CONFIG_LANTIQ_MACH_95C3AM1=y
-CONFIG_LANTIQ_MACH_EASY98000=y
-CONFIG_LANTIQ_MACH_EASY98020=y
-CONFIG_M25PXX_USE_FAST_READ=y
-CONFIG_MIPS_MT=y
-# CONFIG_I2C_DESIGNWARE is not set
-# CONFIG_MIPS_VPE_APSP_API is not set
-CONFIG_MIPS_VPE_LOADER=y
-CONFIG_MIPS_VPE_LOADER_TOM=y
-CONFIG_MTD_M25P80=y
-CONFIG_MTSCHED=y
-# CONFIG_PERFCTRS is not set
-# CONFIG_SOC_AMAZON_SE is not set
-CONFIG_SOC_FALCON=y
-# CONFIG_SOC_TYPE_XWAY is not set
-# CONFIG_SOC_XWAY is not set
-CONFIG_SPI=y
-# CONFIG_SPI_BITBANG is not set
-CONFIG_SPI_FALCON=y
-# CONFIG_SPI_GPIO is not set
-CONFIG_SPI_MASTER=y
-# CONFIG_SPI_SPIDEV is not set
diff --git a/target/linux/lantiq/falcon-stable/profiles b/target/linux/lantiq/falcon-stable/profiles
deleted file mode 100644
index 72ebc8eb5..000000000
--- a/target/linux/lantiq/falcon-stable/profiles
+++ /dev/null
@@ -1 +0,0 @@
-../falcon/profiles \ No newline at end of file
diff --git a/target/linux/lantiq/falcon-stable/target.mk b/target/linux/lantiq/falcon-stable/target.mk
deleted file mode 100644
index 3f007a6bc..000000000
--- a/target/linux/lantiq/falcon-stable/target.mk
+++ /dev/null
@@ -1,11 +0,0 @@
-
-include $(PLATFORM_SUBDIR)/../falcon/target.mk
-
-LINUX_VERSION:=2.6.32.33
-
-SUBTARGET:=falcon-stable
-BOARDNAME:=Falcon-Stable
-
-define Target/Description
- Lantiq Falcon (Stable Kernel)
-endef