diff options
author | John Crispin <john@openwrt.org> | 2015-02-22 08:28:42 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-22 08:28:42 +0000 |
commit | 850b3169ed240659f39334760c9e295162fbed86 (patch) | |
tree | be13c2d8a2308c6aaa52dc3baba4208913122676 /target/linux | |
parent | 0ba8217008da615560b6e502a2656e5cdbe1cec4 (diff) | |
download | upstream-850b3169ed240659f39334760c9e295162fbed86.tar.gz upstream-850b3169ed240659f39334760c9e295162fbed86.tar.bz2 upstream-850b3169ed240659f39334760c9e295162fbed86.zip |
ramips: rt288x: add missing symbol
Defaulting to disabled, based on the value of
the (old?) CONFIG_RALINK_USBPHY
Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 44500
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/rt288x/config-3.18 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/rt288x/config-3.18 b/target/linux/ramips/rt288x/config-3.18 index f8ef0b16ca..563e923080 100644 --- a/target/linux/ramips/rt288x/config-3.18 +++ b/target/linux/ramips/rt288x/config-3.18 @@ -128,6 +128,7 @@ CONFIG_PAGEFLAGS_EXTENDED=y # CONFIG_PCI is not set CONFIG_PERF_USE_VMALLOC=y CONFIG_PHYLIB=y +# CONFIG_PHY_RALINK_USB is not set # CONFIG_PINCONF is not set CONFIG_PINCTRL=y CONFIG_PINCTRL_RT2880=y |