diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2015-03-30 18:12:54 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2015-03-30 18:12:54 +0000 |
commit | 001f9c08778b4f3a4676f6d88aa9b3c4b062ec04 (patch) | |
tree | 4c8db509fa4bbbbdcc44342dd08a3b7d775f51b8 /target/linux/ar71xx/config-3.18 | |
parent | 5f1330a07b7fb78e3b040c920f6833be7cb50824 (diff) | |
download | upstream-001f9c08778b4f3a4676f6d88aa9b3c4b062ec04.tar.gz upstream-001f9c08778b4f3a4676f6d88aa9b3c4b062ec04.tar.bz2 upstream-001f9c08778b4f3a4676f6d88aa9b3c4b062ec04.zip |
ar71xx: re-enable AR8216_PHY_LEDS
The setting has been lost during the transition to 3.18.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45160 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/config-3.18')
-rw-r--r-- | target/linux/ar71xx/config-3.18 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-3.18 b/target/linux/ar71xx/config-3.18 index c9e1eef324..4ebada28ef 100644 --- a/target/linux/ar71xx/config-3.18 +++ b/target/linux/ar71xx/config-3.18 @@ -3,6 +3,7 @@ CONFIG_AG71XX_AR8216_SUPPORT=y # CONFIG_AG71XX_DEBUG is not set # CONFIG_AG71XX_DEBUG_FS is not set CONFIG_AR8216_PHY=y +CONFIG_AR8216_PHY_LEDS=y CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y CONFIG_ARCH_DISCARD_MEMBLOCK=y CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y |