diff options
Diffstat (limited to 'target/linux')
-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 e822af20cc..e2ecda6233 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -703,7 +703,7 @@ endef TARGET_DEVICES += VGV7519BRN define Image/Prepare - $(if $(Image/Build/Profile/$(PROFILE)),$(call Image/Prepare/Profile,$(PROFILE))) + $(call Image/Prepare/Profile,VG3503J) endef endif |