diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-02-15 15:36:28 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-02-15 15:36:28 +0000 |
commit | 9c83354ff89c6bfd97e6295e71d3676fb38afe70 (patch) | |
tree | fae5ed96187e8445584f02cd465490e6589e7673 /package/Makefile | |
parent | 97bc9b746865628aeee5818830a831ab78e7857e (diff) | |
download | upstream-9c83354ff89c6bfd97e6295e71d3676fb38afe70.tar.gz upstream-9c83354ff89c6bfd97e6295e71d3676fb38afe70.tar.bz2 upstream-9c83354ff89c6bfd97e6295e71d3676fb38afe70.zip |
Added logrotate, fixed CP call in httping, added bind splitting, thanks to Sébastien Bourgasser
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3243 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 94a68f75c2..47a6821e09 100644 --- a/package/Makefile +++ b/package/Makefile @@ -117,6 +117,7 @@ package-$(BR2_PACKAGE_LIBXML2) += libxml2 package-$(BR2_PACKAGE_LIBXSLT) += libxslt package-$(BR2_PACKAGE_LIGHTTPD) += lighttpd package-$(BR2_PACKAGE_LINUX_ATM) += linux-atm +package-$(BR2_PACKAGE_LOGROTATE) += logrotate package-$(BR2_PACKAGE_LRZSZ) += lrzsz package-$(BR2_COMPILE_LUA) += lua package-$(BR2_PACKAGE_MACCHANGER) += macchanger @@ -311,6 +312,7 @@ libvorbis-compile: libogg-compile libxml2-compile: zlib-compile libxslt-compile: libxml2-compile lighttpd-compile: openssl-compile pcre-compile +logrotate-compile: popt-compile madplay-compile: libid3tag-compile libmad-compile miax-compile: bluez-libs-compile miredo-compile: uclibc++-compile |