aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2005-12-24 18:33:32 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2005-12-24 18:33:32 +0000
commite36185fb7e0242b55ca86c8c6dd928e26345ca37 (patch)
treeee36978cafdf2125fc1ffb4520665e34051baea1
parenta1691a4b963a0a8967a4714c7157a255ff9d4697 (diff)
downloadmaster-187ad058-e36185fb7e0242b55ca86c8c6dd928e26345ca37.tar.gz
master-187ad058-e36185fb7e0242b55ca86c8c6dd928e26345ca37.tar.bz2
master-187ad058-e36185fb7e0242b55ca86c8c6dd928e26345ca37.zip
compile tcp_wrappers and libwrap only if choosed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2761 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile
index 0e53eec2ca..9439bf1e8e 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -1,7 +1,6 @@
# Main makefile for the packages
include $(TOPDIR)/rules.mk
-package-:=tcp_wrappers
package-$(BR2_PACKAGE_6TUNNEL) += 6tunnel
package-$(BR2_PACKAGE_AICCU) += aiccu
package-$(BR2_PACKAGE_AIRCRACK) += aircrack
@@ -107,6 +106,7 @@ package-$(BR2_PACKAGE_LIBUPNP) += libupnp
package-$(BR2_PACKAGE_LIBUSB) += libusb
package-$(BR2_PACKAGE_LIBVORBIS) += libvorbis
package-$(BR2_PACKAGE_LIBVORBISIDEC) += libvorbisidec
+package-$(BR2_PACKAGE_LIBWRAP) += tcp_wrappers
package-$(BR2_PACKAGE_LIBXML2) += libxml2
package-$(BR2_PACKAGE_LIBXSLT) += libxslt
package-$(BR2_PACKAGE_LIGHTTPD) += lighttpd