Skip to content

Commit

Permalink
Update make_openwrt.sh
Browse files Browse the repository at this point in the history
undo make static
  • Loading branch information
PikuZheng authored Aug 20, 2022
1 parent 57ed84b commit 071ac98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/openwrt/make_openwrt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ fi
make defconfig

make package/${package_name}/clean
make package/${package_name}/compile LDFLAGS='-static' V=s
make package/${package_name}/compile V=s

cd "$dir"
find "$sdk_home_dir/bin/" -type f -name "${package_name}*.ipk" -exec cp -f {} "$dir" \;

0 comments on commit 071ac98

Please sign in to comment.