summaryrefslogtreecommitdiff
path: root/openwrt/include/package.mk
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/include/package.mk')
-rw-r--r--openwrt/include/package.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/include/package.mk b/openwrt/include/package.mk
index e0765f7..cd1a33c 100644
--- a/openwrt/include/package.mk
+++ b/openwrt/include/package.mk
@@ -10,6 +10,8 @@ else
all: compile
endif
+include $(INCLUDE_DIR)/prereq.mk
+
define Build/DefaultTargets
ifeq ($(DUMP),)
ifeq ($(CONFIG_AUTOREBUILD),y)