diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-12-24 18:33:32 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-12-24 18:33:32 +0000 |
commit | 1bc1f1ab5ecc924b212d8dc43bf2c2850946fc77 (patch) | |
tree | 547a90fc947414d5c85a398ee5b727034a1cb8a4 /openwrt/package | |
parent | ea1eba8bf60e03898b74a9f83d27cd611af331d8 (diff) | |
download | mtk-20170518-1bc1f1ab5ecc924b212d8dc43bf2c2850946fc77.zip mtk-20170518-1bc1f1ab5ecc924b212d8dc43bf2c2850946fc77.tar.gz mtk-20170518-1bc1f1ab5ecc924b212d8dc43bf2c2850946fc77.tar.bz2 |
compile tcp_wrappers and libwrap only if choosed
SVN-Revision: 2761
Diffstat (limited to 'openwrt/package')
-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 0e53eec..9439bf1 100644 --- a/openwrt/package/Makefile +++ b/openwrt/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 |