summaryrefslogtreecommitdiffstats
path: root/include/package-defaults.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-11-10 22:00:54 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-11-10 22:00:54 +0000
commit579d54038bab2423a65701255db6919f4df51183 (patch)
tree422232790754478411291b203b087bcb02f3a6e7 /include/package-defaults.mk
parent1dbcfdaf2f52ee208a7ee88f09f0642dbdb6c882 (diff)
downloadmaster-31e0f0ae-579d54038bab2423a65701255db6919f4df51183.tar.gz
master-31e0f0ae-579d54038bab2423a65701255db6919f4df51183.tar.bz2
master-31e0f0ae-579d54038bab2423a65701255db6919f4df51183.zip
build system: introduce a new feature called build variants. it allows building a package multiple times in one pass with different build dirs, based on the same build settings. replaces templating hacks like the one used in the hostapd package
SVN-Revision: 18357
Diffstat (limited to 'include/package-defaults.mk')
-rw-r--r--include/package-defaults.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/package-defaults.mk b/include/package-defaults.mk
index 2b5cb8671c..017a86d1e8 100644
--- a/include/package-defaults.mk
+++ b/include/package-defaults.mk
@@ -37,6 +37,7 @@ define Package/Default
KCONFIG:=
BUILDONLY:=
URL:=
+ VARIANT:=
endef
Build/Patch:=$(Build/Patch/Default)