Skip to content
Snippets Groups Projects
modules.sh 237 B
Newer Older
  • Learn to ignore specific revisions
  • . ./modules
    
    Matthias Schiffer's avatar
    Matthias Schiffer committed
    [ ! -f "$GLUON_SITEDIR"/modules ] || . "$GLUON_SITEDIR"/modules
    
    FEEDS="$(echo $GLUON_FEEDS $GLUON_SITE_FEEDS | tr ' ' '\n')"
    
    GLUON_MODULES=openwrt
    
    for feed in $FEEDS; do
    
    	GLUON_MODULES="$GLUON_MODULES packages/$feed"
    done