aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-02-13 07:38:00 +0000
committerJohn Crispin <blogic@openwrt.org>2015-02-13 07:38:00 +0000
commitdb3443e8953c04280ecfefba9b36aed9176c4abc (patch)
treefb757abd75b1f7f15dec071b575791f8d1e5aa56 /target/linux/brcm2708
parentad5e0a57328e1bdc0aac248294716363d79265de (diff)
downloadmaster-187ad058-db3443e8953c04280ecfefba9b36aed9176c4abc.tar.gz
master-187ad058-db3443e8953c04280ecfefba9b36aed9176c4abc.tar.bz2
master-187ad058-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')
-rw-r--r--target/linux/brcm2708/bcm2708/config-default1
-rw-r--r--target/linux/brcm2708/bcm2709/config-default2
-rw-r--r--target/linux/brcm2708/config-3.183
3 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/brcm2708/bcm2708/config-default b/target/linux/brcm2708/bcm2708/config-default
index 8ebd8e837f..858d23651a 100644
--- a/target/linux/brcm2708/bcm2708/config-default
+++ b/target/linux/brcm2708/bcm2708/config-default
@@ -1,3 +1,4 @@
CONFIG_ARCH_BCM2708=y
# CONFIG_BCM2708_DT is not set
+CONFIG_MACH_BCM2708=y
CONFIG_VMSPLIT_3G=y
diff --git a/target/linux/brcm2708/bcm2709/config-default b/target/linux/brcm2708/bcm2709/config-default
index e9d87ca659..8945c24b5b 100644
--- a/target/linux/brcm2708/bcm2709/config-default
+++ b/target/linux/brcm2708/bcm2709/config-default
@@ -8,7 +8,7 @@ CONFIG_BCM2708_NOL2CACHE=y
# CONFIG_CRYPTO_SHA512_ARM_NEON is not set
CONFIG_HAVE_ARM_ARCH_TIMER=y
CONFIG_KERNEL_MODE_NEON=y
-CONFIG_LOCALVERSION="-v7"
+CONFIG_MACH_BCM2709=y
CONFIG_NEON=y
CONFIG_NR_CPUS=4
CONFIG_SMP=y
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