diff options
author | John Crispin <john@phrozen.org> | 2017-05-18 15:31:26 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-05-18 15:31:47 +0200 |
commit | bad2f9c4dc39ff8a8bdc7ad4bd86f2c068457a5a (patch) | |
tree | 4020fbfbed868597656a331eb2fef2b6a7c4d19d /target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt | |
parent | eee09bfe01e8cc2db1501f82dde7b9b6bb424faf (diff) | |
download | upstream-bad2f9c4dc39ff8a8bdc7ad4bd86f2c068457a5a.tar.gz upstream-bad2f9c4dc39ff8a8bdc7ad4bd86f2c068457a5a.tar.bz2 upstream-bad2f9c4dc39ff8a8bdc7ad4bd86f2c068457a5a.zip |
Revert "ar71xx: Add support for Teltonika RUT900"
This reverts commit 224e5f5efa22b8a0132522367afd3b22f05d53e1.
pepe2k pointed out that this was not ready to merge
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt b/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt index 35dc916fca..9030954c27 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt +++ b/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt @@ -2021,14 +2021,3 @@ config ATH79_MACH_TL_WPA8630 select ATH79_DEV_LEDS_GPIO select ATH79_DEV_M25P80 select ATH79_DEV_WMAC - -config ATH79_MACH_TLT_RUT900 - bool "Teltonika RUT900 board support" - select SOC_AR934X - select ATH79_DEV_AP9X_PCI if PCI - select ATH79_DEV_ETH - select ATH79_DEV_GPIO_BUTTONS - select ATH79_DEV_LEDS_GPIO - select ATH79_DEV_M25P80 - select ATH79_DEV_USB - select ATH79_DEV_WMAC |