diff options
author | John Crispin <john@openwrt.org> | 2015-03-05 20:24:39 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-05 20:24:39 +0000 |
commit | a29bd8bdbff12a37c355630e6f2a0509a0de7968 (patch) | |
tree | 48c4b96a853b6495f0dd63e5d51d3b896600588d | |
parent | 959a1334d4d8744d929e81368af02139ea0958e6 (diff) | |
download | master-31e0f0ae-a29bd8bdbff12a37c355630e6f2a0509a0de7968.tar.gz master-31e0f0ae-a29bd8bdbff12a37c355630e6f2a0509a0de7968.tar.bz2 master-31e0f0ae-a29bd8bdbff12a37c355630e6f2a0509a0de7968.zip |
brcm2708: add another missing symbol
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 44601
-rw-r--r-- | target/linux/brcm2708/config-3.18 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm2708/config-3.18 b/target/linux/brcm2708/config-3.18 index 873a0f64e2..d70021086e 100644 --- a/target/linux/brcm2708/config-3.18 +++ b/target/linux/brcm2708/config-3.18 @@ -258,6 +258,7 @@ CONFIG_USB_UAS=y CONFIG_USB_USBNET=y CONFIG_VECTORS_BASE=0xffff0000 CONFIG_VFP=y +# CONFIG_VIDEO_BCM2835 is not set # CONFIG_VMSPLIT_2G is not set # CONFIG_VMSPLIT_3G is not set CONFIG_VT=y |