aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2022-05-25 16:19:28 +0200
committerSébastien Dailly <sebastien@dailly.me>2022-05-25 16:19:28 +0200
commit1821c1b2ad3366d5eabd52f7ba96d460d94fe7d3 (patch)
tree60cf038aa401b781db516a1231640ac987bb87c7 /build.sh
parent6e497c22ea3302994c0a81cf54e67834d8e13d83 (diff)
Switched to latest buildroot
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 7b61baa..efd504d 100755
--- a/build.sh
+++ b/build.sh
@@ -7,7 +7,7 @@ usage() {
echo " - raspberrypi3"
}
-test -z ${BUILDROOT_DIR} && BUILDROOT_DIR=../buildroot
+test -z ${BUILDROOT_DIR} && BUILDROOT_DIR="../buildroot-2022.02.1"
if [ ! -d ${BUILDROOT_DIR} ]; then
usage
@@ -32,7 +32,7 @@ case "$BOARDNAME" in
esac
# Merge custom buildroot configurations
-CONFIG_="BR2" KCONFIG_CONFIG="configs/${BOARDNAME}_defconfig" "$BUILDROOT_DIR/support/kconfig/merge_config.sh" -m -r "${BUILDROOT_DIR}/configs/${BOARDNAME}_defconfig" configs/config
+CONFIG_="BR2" KCONFIG_CONFIG="configs/${BOARDNAME}_defconfig" "$BUILDROOT_DIR/support/kconfig/merge_config.sh" -m -r configs/config "configs/$BOARDNAME"
sed "1i ### DO NOT EDIT, this file was automatically generated\n" -i "configs/${BOARDNAME}_defconfig"
## Create full buildroot configuration