From 2326407ee9ad7fec2b4f476738dac23ac5ff8454 Mon Sep 17 00:00:00 2001 From: parazyd Date: Fri, 30 Sep 2016 12:25:48 +0200 Subject: [PATCH] use defconfig --- boards/raspberry-pi.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/raspberry-pi.sh b/boards/raspberry-pi.sh index 00146c9..91c1086 100644 --- a/boards/raspberry-pi.sh +++ b/boards/raspberry-pi.sh @@ -133,8 +133,8 @@ build_kernel_armhf() { pushd $R/tmp/kernels/$device_name/${device_name}-linux sudo make INSTALL_MOD_PATH=$strapdir firmware_install - #make mrproper - #make bcm2709_defconfig + make mrproper + make bcm2709_defconfig sudo make modules_prepare popd