diff --git a/iop/scripts/feeds_update.sh b/iop/scripts/feeds_update.sh index 98ba87606..310738b95 100755 --- a/iop/scripts/feeds_update.sh +++ b/iop/scripts/feeds_update.sh @@ -59,6 +59,12 @@ function feeds_update { # record when we last run this script touch tmp/.iop_bootstrap + ( + echo '# DO NOT EDIT. Autogenerated file by ./iop feeds_update' + echo 'FEED_DEVICES_DIRS:=' + find feeds -type f -name .is-feed-devices-dir -printf 'FEED_DEVICES_DIRS+=$(TOPDIR)/%h' + ) > target/linux/feed-devices/feed-devices-list.mk + # always return true exit 0 }