diff options
author | John Crispin <blogic@openwrt.org> | 2015-02-13 07:38:00 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-02-13 07:38:00 +0000 |
commit | db3443e8953c04280ecfefba9b36aed9176c4abc (patch) | |
tree | fb757abd75b1f7f15dec071b575791f8d1e5aa56 /target/linux/brcm2708/config-3.18 | |
parent | ad5e0a57328e1bdc0aac248294716363d79265de (diff) | |
download | upstream-db3443e8953c04280ecfefba9b36aed9176c4abc.tar.gz upstream-db3443e8953c04280ecfefba9b36aed9176c4abc.tar.bz2 upstream-db3443e8953c04280ecfefba9b36aed9176c4abc.zip |
brcm2708: add missing config symbols and fix kernel modules for Raspberry Pi 2 by removing local version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44432 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm2708/config-3.18')
-rw-r--r-- | target/linux/brcm2708/config-3.18 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/brcm2708/config-3.18 b/target/linux/brcm2708/config-3.18 index 9cae2fa685..e75fb22fb3 100644 --- a/target/linux/brcm2708/config-3.18 +++ b/target/linux/brcm2708/config-3.18 @@ -182,7 +182,8 @@ CONFIG_LOGO=y CONFIG_LOGO_LINUX_CLUT224=y # CONFIG_LOGO_LINUX_MONO is not set # CONFIG_LOGO_LINUX_VGA16 is not set -CONFIG_MACH_BCM2708=y +# CONFIG_MACH_BCM2708 is not set +# CONFIG_MACH_BCM2709 is not set CONFIG_MAC_PARTITION=y CONFIG_MAGIC_SYSRQ=y CONFIG_MAX_RAW_DEVS=256 |