diff options
author | John Crispin <blogic@openwrt.org> | 2015-02-22 08:28:42 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-02-22 08:28:42 +0000 |
commit | 1c6f92db45ba7b467c03bf15249b728400aece52 (patch) | |
tree | a7c6420522c18d106117379ad35145b3a4e9b5f0 /target/linux | |
parent | 75d7067c34a79512300bd58e596163a891254ccf (diff) | |
download | upstream-1c6f92db45ba7b467c03bf15249b728400aece52.tar.gz upstream-1c6f92db45ba7b467c03bf15249b728400aece52.tar.bz2 upstream-1c6f92db45ba7b467c03bf15249b728400aece52.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44500 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |