use defconfig

This commit is contained in:
parazyd 2016-09-30 12:25:48 +02:00
parent 9013bced37
commit 2326407ee9
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 2 additions and 2 deletions

View File

@ -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