diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-09-19 22:57:49 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-09-19 22:57:49 +0000 |
commit | be88029fa33f4c79afd8da6036f969539179e685 (patch) | |
tree | 24dc79f47e39557713e2e2d1657bacea08dd29cf /package/Makefile | |
parent | 812ed0fec07831c3347d957b077d7edd5b70aa7d (diff) | |
download | upstream-be88029fa33f4c79afd8da6036f969539179e685.tar.gz upstream-be88029fa33f4c79afd8da6036f969539179e685.tar.bz2 upstream-be88029fa33f4c79afd8da6036f969539179e685.zip |
add libjpeg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1946 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 1e774f1d3a..ef6a712730 100644 --- a/package/Makefile +++ b/package/Makefile @@ -57,6 +57,7 @@ package-$(BR2_PACKAGE_IPROUTE2) += iproute2 package-$(BR2_PACKAGE_IPSET) += ipset package-$(BR2_PACKAGE_IPTABLES) += iptables package-$(BR2_PACKAGE_IRSSI) += irssi +package-$(BR2_COMPILE_JPEG) += jpeg package-$(BR2_PACKAGE_KISMET) += kismet package-$(BR2_PACKAGE_L2TPD) += l2tpd package-$(BR2_PACKAGE_LCD4LINUX) += lcd4linux |