diff options
author | George Hopkins <george-hopkins@null.net> | 2017-10-28 14:24:21 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-02-13 11:18:07 +0100 |
commit | 13f9e40602707479aaffac0d68a952070f305b7d (patch) | |
tree | 3bbc790ad9f611e2febe89059b29c3704bf8796d /target/linux/ramips/rt288x/config-4.9 | |
parent | 520335506273ed248074f7b3d2ba8bec148dddaa (diff) | |
download | upstream-13f9e40602707479aaffac0d68a952070f305b7d.tar.gz upstream-13f9e40602707479aaffac0d68a952070f305b7d.tar.bz2 upstream-13f9e40602707479aaffac0d68a952070f305b7d.zip |
ramips: add support for D-Link DAP-1522 A1
D-Link DAP-1522 is a wireless bridge/access point with 4 LAN
ports and a dual-band wireless chipset.
Specifications:
- Ralink RT2880
- 32 MB of RAM
- 4 MB of Flash
- 4x 10/100/1000 Mbps Ethernet (RTL8366SR)
- 802.11abgn (RT2850)
Flash Instructions:
1. Download lede-ramips-rt288x-dap-1522-a1-squashfs-factory.bin
2. Open the web interface and upload the image
Signed-off-by: George Hopkins <george-hopkins@null.net>
Diffstat (limited to 'target/linux/ramips/rt288x/config-4.9')
-rw-r--r-- | target/linux/ramips/rt288x/config-4.9 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/rt288x/config-4.9 b/target/linux/ramips/rt288x/config-4.9 index 92f1881ffb..b6b9b8963b 100644 --- a/target/linux/ramips/rt288x/config-4.9 +++ b/target/linux/ramips/rt288x/config-4.9 @@ -134,6 +134,7 @@ CONFIG_MTD_SPI_NOR=y CONFIG_MTD_SPLIT_FIRMWARE=y CONFIG_MTD_SPLIT_LZMA_FW=y CONFIG_MTD_SPLIT_UIMAGE_FW=y +CONFIG_MTD_SPLIT_WRGG_FW=y CONFIG_NEED_DMA_MAP_STATE=y CONFIG_NEED_PER_CPU_KM=y CONFIG_NET_MEDIATEK_MDIO=y |