File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 55# ./compile.sh example
66# and will output a ready to run image as described below
77
8+ # ATTENTION: This file may get out of date since updating the build framework
9+ # ("git pull" to say) does not automatically update this file.
10+ # To regenerate an up-to-date sample config simply delete this file.
11+
812
913BOARD=rock-5b # Build something for the Radxa ROCK 5B as further specified below
1014BRANCH=current # Use _current_ branch which equals to latest available Linux LTS kernel
@@ -18,4 +22,4 @@ BUILD_MINIMAL=no # Install common CLI utils
1822# advanced
1923
2024# Use build host DNS server inside chroot instead of default 1.0.0.1
21- NAMESERVER=$(grep nameserver /etc/resolv.conf|awk '{ print $2 }'| head -n 1)
25+ NAMESERVER=$(grep nameserver /etc/resolv.conf|awk '{ print $2 }'| head -n 1)
You can’t perform that action at this time.
0 commit comments