X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/a91b3a746d48069d4db5b94d1d59eaa2759b5f28..323d4460bf52d332bffd17595c8e67ca55748aaa:/target/imagebuilder/files/Makefile diff --git a/target/imagebuilder/files/Makefile b/target/imagebuilder/files/Makefile index 8b386a33c..2e309ae73 100644 --- a/target/imagebuilder/files/Makefile +++ b/target/imagebuilder/files/Makefile @@ -20,6 +20,7 @@ ifeq ($(KBUILD_VERBOSE),99) MAKE:=3>/dev/null $(MAKE) endif export IS_TTY=$(shell tty -s && echo 1 || echo 0) +export IMAGEBUILDER=1 # override variables from rules.mk PACKAGE_DIR:=$(TOPDIR)/packages @@ -47,7 +48,7 @@ define AddProfile endif $(ID)_NAME:=$(NAME) $(ID)_PACKAGES:=$(PACKAGES) - ifneq ($(KCONFIG),) + ifeq ($(KCONFIG),) PROFILE_LIST += \ echo '$(ID):'; [ -z '$(NAME)' ] || echo ' $(NAME)'; echo ' Packages: $(PACKAGES)'; endif @@ -136,7 +137,7 @@ package_postinst: FORCE for script in ./etc/init.d/*; do \ grep '#!/bin/sh /etc/rc.common' $$script >/dev/null || continue; \ IPKG_INSTROOT=$(BUILD_DIR)/root $(which bash) ./etc/rc.common $$script enable; \ - done; \ + done || true; \ ) build_image: FORCE