When trying to build for raspberry pi, I follow the instructions from "board/raspberrypi/readme.txt": $ make raspberrypi_defconfig $ make linux/linux.mk:409: *** No kernel defconfig name specified, check your BR2_LINUX_KERNEL_DEFCONFIG setting. Stop. Makefile:36: recipe for target '_all' failed make: *** [_all] Error 2
I pasted the error output wrong, it is more like: $ make raspberrypi_defconfig $ make linux/linux.mk:409: *** No kernel defconfig name specified, check your BR2_LINUX_KERNEL_DEFCONFIG setting. Stop. Makefile:36: recipe for target '_all' failed make: *** [_all] Error 2
Hello, Indeed, I busted that part. I'll send a fix in a moment. Regards, Yann E. MORIN.
Should be fixed by https://git.busybox.net/buildroot/commit/?id=d831f2496441b5454de6a6dc0b4abb3804b94c88. Thanks for reporting the bug!