X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Fimagebuilder%2Ffiles%2FMakefile;h=7dfc06c4c55d9f9356238376258c85a224f17470;hb=059ccded98efd7e3c6ce5677f5c85208ade21046;hp=eae3697e8130f40b2a113030c959ce229b757481;hpb=d78cca2d997115db3ba82de619bb573e79e2ad98;p=openwrt-10.03%2F.git diff --git a/target/imagebuilder/files/Makefile b/target/imagebuilder/files/Makefile index eae3697e8..7dfc06c4c 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 @@ -34,10 +35,11 @@ IPKG:= \ define Profile/Default ID:= NAME:= + KCONFIG:= PACKAGES:= endef -define Profile +define AddProfile $(eval $(call Profile/Default)) $(eval $(call Profile/$(1))) ifneq ($(ID),) @@ -46,8 +48,10 @@ define Profile endif $(ID)_NAME:=$(NAME) $(ID)_PACKAGES:=$(PACKAGES) - PROFILE_LIST += \ + ifneq ($(KCONFIG),) + PROFILE_LIST += \ echo '$(ID):'; [ -z '$(NAME)' ] || echo ' $(NAME)'; echo ' Packages: $(PACKAGES)'; + endif endif endef @@ -133,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