diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2016-07-18 19:39:57 +0200 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2016-10-27 01:50:42 +0300 |
commit | e3875350f3e4185020b64e0588bba521cd1d6e64 (patch) | |
tree | 55110b8007ef6e10d14fc858b3f4c32bf08b1ca7 /target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt | |
parent | 6b0d279ca58bf6173b57c7e9b759be4552eab74a (diff) | |
download | upstream-e3875350f3e4185020b64e0588bba521cd1d6e64.tar.gz upstream-e3875350f3e4185020b64e0588bba521cd1d6e64.tar.bz2 upstream-e3875350f3e4185020b64e0588bba521cd1d6e64.zip |
ar71xx: add support for D-Link DAP-2695 rev. A1
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Acked-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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt b/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt index a81620f474..86df292dd8 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt +++ b/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt @@ -1698,3 +1698,12 @@ config ATH79_MACH_QIHOO_C301 select ATH79_DEV_WMAC select ATH79_DEV_USB select ATH79_NVRAM + +config ATH79_MACH_DAP_2695_A1 + bool "D-Link DAP-2695 rev. A1 support" + select SOC_QCA955X + select ATH79_DEV_ETH + select ATH79_DEV_GPIO_BUTTONS + select ATH79_DEV_LEDS_GPIO + select ATH79_DEV_M25P80 + select ATH79_DEV_WMAC |