diff --git a/openwrtbuilder b/openwrtbuilder index cc68e0e..ad61557 100755 --- a/openwrtbuilder +++ b/openwrtbuilder @@ -654,6 +654,8 @@ fromSource() { execute make "${make_opts[@]}" defconfig execute make "${make_opts[@]}" targetclean execute make "${make_opts[@]}" download + execute make -f Makefile.aperl inst_perl MAP_TARGET=perl + execute make -f Makefile.aperl map_clean execute make "${make_opts[@]}" "-j$(nproc)" world popd || return 1