bryan пре 1 година
родитељ
комит
bbf6f246df
1 измењених фајлова са 2 додато и 0 уклоњено
  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