diff options
Diffstat (limited to 'target/linux/lantiq/falcon-stable')
-rw-r--r-- | target/linux/lantiq/falcon-stable/config-default | 26 | ||||
-rw-r--r-- | target/linux/lantiq/falcon-stable/profiles | 1 | ||||
-rw-r--r-- | target/linux/lantiq/falcon-stable/target.mk | 11 |
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 72cca0793d..0000000000 --- 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 72ebc8eb5a..0000000000 --- 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 3f007a6bc3..0000000000 --- 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 |