diff options
Diffstat (limited to 'target/Makefile')
-rw-r--r-- | target/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/Makefile b/target/Makefile index e6bbe9ef4..24403f53a 100644 --- a/target/Makefile +++ b/target/Makefile @@ -135,4 +135,8 @@ clean: $(ADK_TARGET_ARCH)-clean $(ADK_TARGET_ARCH)-imageclean %-imageinstall: %-imageprepare $(TRACE) target/$(patsubst %-imageinstall,%,$@)-imageinstall $(MAKE) -C $(patsubst %-imageinstall,%,$@) imageinstall + for x in $$(ls $(ADK_TOPDIR)/scripts/postimage/*.sh); do \ + [[ -x "$$x" ]] && $$x; \ + break; \ + done @echo "Login as user root via ssh or console." |