diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-06-24 16:20:19 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-06-24 16:20:19 +0200 |
commit | 329c3215bbf8dda28adb0c17d8e9948fad673970 (patch) | |
tree | 3590cd75c608ebc16d2e8cf60db6ba134f175841 /target/linux/lantiq | |
parent | bc04f9796399f0a6f4bddcf61e81aefe0afc2c9f (diff) | |
download | master-187ad058-329c3215bbf8dda28adb0c17d8e9948fad673970.tar.gz master-187ad058-329c3215bbf8dda28adb0c17d8e9948fad673970.tar.bz2 master-187ad058-329c3215bbf8dda28adb0c17d8e9948fad673970.zip |
lantiq: only call Image/Prepare/Profile for defined profiles
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index a601d38c11..b31ea77257 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -715,7 +715,7 @@ endef TARGET_DEVICES += VGV7519BRN define Image/Prepare - $(call Image/Prepare/Profile,$(PROFILE)) + $(if $(Image/Build/Profile/$(PROFILE)),$(call Image/Prepare/Profile,$(PROFILE))) endef endif |