Browse Source

Silence warning

bryan 1 year ago
parent
commit
bbf6f246df
1 changed files with 2 additions and 0 deletions
  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