diff options
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index eaf9bf43c9..049a47a996 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -439,7 +439,7 @@ mini_httpd-compile: openssl-compile endif ifneq ($(BR2_PACKAGE_MOTION),) -motion-compile: libjpeg-compile +motion-compile: jpeg-compile endif ifneq ($(BR2_PACKAGE_MPD_MP3),) |