# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: target/generic/config.in # Copyright (C) 2004 - 2022 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2. # --- T2-COPYRIGHT-NOTE-END --- #Description: Generic System choice SDECFG_PKGSEL_TMPL none \ none 'No package preselection template' \ $( cd target/$SDECFG_TARGET/pkgsel; grep -H "^# TITLE: " *.in | tr ' ' '_' | sed -e 's,^[0-9][0-9]*-,,' -e 's,\.in:#_TITLE:_, ,' ) # Apply template if [ "$SDECFG_PKGSEL_TMPL" != none ]; then if [ ! -f $cfgtmpdir/pkgsel.$SDECFG_PKGSEL_TMPL.awk ]; then pkgsel_parse target/$target/pkgsel/??-$SDECFG_PKGSEL_TMPL.in fi fi