Browse Source

Moved Linux bcmrpi_defconfig into own file

Thomas Buck 8 years ago
parent
commit
f0bd7fe8c0
2 changed files with 1258 additions and 1 deletions
  1. 1256
    0
      board/raspi/linux.config
  2. 2
    1
      configs/raspi_defconfig

+ 1256
- 0
board/raspi/linux.config
File diff suppressed because it is too large
View File


+ 2
- 1
configs/raspi_defconfig View File

@@ -15,7 +15,8 @@ BR2_LINUX_KERNEL=y
15 15
 BR2_LINUX_KERNEL_CUSTOM_GIT=y
16 16
 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/raspberrypi/linux.git"
17 17
 BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="423c680bd722670f4b39ea79089859df02b411b6"
18
-BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
18
+BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
19
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL)/board/raspi/linux.config"
19 20
 BR2_LINUX_KERNEL_ZIMAGE=y
20 21
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
21 22
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2708-rpi-b bcm2708-rpi-b-plus bcm2708-rpi-cm"

Loading…
Cancel
Save