diff --git a/scripts/Config b/scripts/Config index 59def5d0c..e263a73e6 100755 --- a/scripts/Config +++ b/scripts/Config @@ -79,6 +79,11 @@ if [ $delete_mode = 1 ] ; then exit $? fi +# hook for third-party targets that need to insert additional packages before config runs, for example. +for precnf in target/*/preconfig.sh ; do + [ -f $precnf ] && . $precnf +done + if [ $do_config_cycle = 0 ] then export swpid=swp$$