add support for per-package prereq checks, run global prereq checks before (menu-)config

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4318 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2006-07-29 11:30:06 +00:00
parent 81d0309b9f
commit d030852b98
6 changed files with 119 additions and 93 deletions

View File

@@ -10,6 +10,8 @@ else
all: compile
endif
include $(INCLUDE_DIR)/prereq.mk
define Build/DefaultTargets
ifeq ($(DUMP),)
ifeq ($(CONFIG_AUTOREBUILD),y)