Skip to content

Commit

Permalink
Fix dropbear build error
Browse files Browse the repository at this point in the history
  • Loading branch information
roleoroleo committed Dec 13, 2024
1 parent f551492 commit 0c6e375
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dropbear/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ignore the install dir
_install/
dropbear-DROPBEAR_2022.83/
dropbear-DROPBEAR_2024.86/
*.tar.gz
2 changes: 1 addition & 1 deletion src/dropbear/init.dropbear
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tar xvf "${ARCHIVE}"

cd "${BUILD_FOLDER}"

autoconf; autoheader || exit 1
#autoconf; autoheader || exit 1

./configure CC=arm-openwrt-linux-gcc \
--prefix=$SCRIPT_DIR/_install \
Expand Down

0 comments on commit 0c6e375

Please sign in to comment.