]> Git Repo - buildroot-mgba.git/commitdiff
configs/raspberrypi0w_defconfig: fix post script args
authorChristopher McCrory <[email protected]>
Fri, 3 Jan 2020 00:37:52 +0000 (00:37 +0000)
committerYann E. MORIN <[email protected]>
Mon, 6 Jan 2020 17:56:40 +0000 (18:56 +0100)
Commit ada40afb324 updated the raspberrypi*defconfigs to use
 -add-miniuart-bt-overlay instead of -add-pi3-miniuart-bt-overlay.
Update raspberrypi0w_defconfig also.

Signed-off-by: Christopher McCrory <[email protected]>
Reviewed-by: Peter Seiderer <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
configs/raspberrypi0w_defconfig

index ea5856e8c0cc2037ccfbbacbef4e70097d25794e..e3c747ff6f017f974308372acc241c502dbbd52a 100644 (file)
@@ -29,4 +29,4 @@ BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
 # BR2_TARGET_ROOTFS_TAR is not set
 BR2_ROOTFS_POST_BUILD_SCRIPT="board/raspberrypi0w/post-build.sh"
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/raspberrypi0w/post-image.sh"
-BR2_ROOTFS_POST_SCRIPT_ARGS="--add-pi3-miniuart-bt-overlay"
+BR2_ROOTFS_POST_SCRIPT_ARGS="--add-miniuart-bt-overlay"
This page took 0.032749 seconds and 4 git commands to generate.