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 | 62a8665feaa5fa63767ba749bf3c604bd45f3dde (patch) | |
tree | 60e88667893b90d14eb3cfbf82bb3d0d63be72bd /target/linux | |
parent | 18f6a341136d8375579c3d5e16ab9ba5f3136b9f (diff) | |
download | upstream-62a8665feaa5fa63767ba749bf3c604bd45f3dde.tar.gz upstream-62a8665feaa5fa63767ba749bf3c604bd45f3dde.tar.bz2 upstream-62a8665feaa5fa63767ba749bf3c604bd45f3dde.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>
SVN-Revision: 45160
Diffstat (limited to 'target/linux')
-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 |