diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-02-22 02:27:01 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-02-22 02:27:01 +0000 |
commit | 5281d134cdf4bedc756a3e3e9e2d63a31b7674aa (patch) | |
tree | f0ae39e523b1e3b5b2e38ecd590bd04c41284ad7 /target/imagebuilder/files | |
parent | f393bed10e090c5880bf45c65258c9e4c9946833 (diff) | |
download | upstream-5281d134cdf4bedc756a3e3e9e2d63a31b7674aa.tar.gz upstream-5281d134cdf4bedc756a3e3e9e2d63a31b7674aa.tar.bz2 upstream-5281d134cdf4bedc756a3e3e9e2d63a31b7674aa.zip |
rename the Profile template that the image builder uses to prevent name conflicts with the template that the kernel uses
SVN-Revision: 6336
Diffstat (limited to 'target/imagebuilder/files')
-rw-r--r-- | target/imagebuilder/files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/imagebuilder/files/Makefile b/target/imagebuilder/files/Makefile index eae3697e81..b36e2f2e31 100644 --- a/target/imagebuilder/files/Makefile +++ b/target/imagebuilder/files/Makefile @@ -37,7 +37,7 @@ define Profile/Default PACKAGES:= endef -define Profile +define AddProfile $(eval $(call Profile/Default)) $(eval $(call Profile/$(1))) ifneq ($(ID),) |