diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-20 18:32:11 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-20 18:32:11 +0000 |
commit | 97c3fc5248dafda5ac2a11552e25e5d015d46e4d (patch) | |
tree | 6b142846e3abbe4b87dc8af2a44092a5035ee8f3 /openwrt/package/Makefile | |
parent | 7ede0a854cc1995c7e66947bd42f5616863c7f72 (diff) |
fix motion package
aka - clean up someone elses's mess
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3419 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 eaf9bf43c..049a47a99 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),) |