diff --git a/openwrtbuilder b/openwrtbuilder index 90be5b8..537029b 100755 --- a/openwrtbuilder +++ b/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