bryan 1 anno fa
parent
commit
bbf6f246df
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      openwrtbuilder

+ 2 - 0
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