bryan %!s(int64=2) %!d(string=hai) anos
pai
achega
ce8a642658
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      openwrtbuilder

+ 0 - 2
openwrtbuilder

@@ -642,10 +642,8 @@ fromSource() {
     # Add custom packages
     for pkg in ${P_ARR[packages]}; do
         if [[ $pkg == -* ]]; then
-            debug "Removing package ${pkg#-}"
             config_opts+=("CONFIG_PACKAGE_${pkg#-}=n") # remove package
         else
-            debug "Adding package $pkg"
             config_opts+=("CONFIG_PACKAGE_$pkg=y") # add package
         fi
     done