Skip to content

Commit

Permalink
cleanup readme v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq committed Mar 3, 2022
1 parent a882ec1 commit 4da039c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_image/build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if [[ $IN_DOCKER == true ]]; then
inf "Build OpenWRT image in Docker"

[[ ${SKIP_DOWNLOAD:-false} == true ]] && BUILD_OPTS="nodownload"
./build.sh build-official ${BUILD_OPTS:-}
CONFIG_PATH=${SCRIPT_PATH}/files ./build.sh build-official ${BUILD_OPTS:-}
else
# https://gitlab.com/db260179/openwrt-base/-/tree/master/docker
# https://gitlab.com/db260179/openwrt-base/-/archive/master/openwrt-base-master.zip?path=docker
Expand Down
2 changes: 1 addition & 1 deletion build_image/files/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ release=$(grep -m1 '$(VERSION_REPO),' include/version.mk | awk -F, '{ print $3 }
# wget $release/targets/ramips/mt7621/config.buildinfo -O .config
# wget $release/targets/mediatek/mt7622/config.buildinfo -O .config

cp -rfv "$REPO_PATH"/files/config.buildinfo ./.config
cp -rfv "${CONFIG_PATH}"/config.buildinfo ./.config

echo "Set to use default config"
make defconfig
Expand Down

0 comments on commit 4da039c

Please sign in to comment.