mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:01:52 +02:00
compile tcp_wrappers and libwrap only if choosed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2761 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
efd2193508
commit
ac00434ae0
@ -1,7 +1,6 @@
|
|||||||
# Main makefile for the packages
|
# Main makefile for the packages
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
package-:=tcp_wrappers
|
|
||||||
package-$(BR2_PACKAGE_6TUNNEL) += 6tunnel
|
package-$(BR2_PACKAGE_6TUNNEL) += 6tunnel
|
||||||
package-$(BR2_PACKAGE_AICCU) += aiccu
|
package-$(BR2_PACKAGE_AICCU) += aiccu
|
||||||
package-$(BR2_PACKAGE_AIRCRACK) += aircrack
|
package-$(BR2_PACKAGE_AIRCRACK) += aircrack
|
||||||
@ -107,6 +106,7 @@ package-$(BR2_PACKAGE_LIBUPNP) += libupnp
|
|||||||
package-$(BR2_PACKAGE_LIBUSB) += libusb
|
package-$(BR2_PACKAGE_LIBUSB) += libusb
|
||||||
package-$(BR2_PACKAGE_LIBVORBIS) += libvorbis
|
package-$(BR2_PACKAGE_LIBVORBIS) += libvorbis
|
||||||
package-$(BR2_PACKAGE_LIBVORBISIDEC) += libvorbisidec
|
package-$(BR2_PACKAGE_LIBVORBISIDEC) += libvorbisidec
|
||||||
|
package-$(BR2_PACKAGE_LIBWRAP) += tcp_wrappers
|
||||||
package-$(BR2_PACKAGE_LIBXML2) += libxml2
|
package-$(BR2_PACKAGE_LIBXML2) += libxml2
|
||||||
package-$(BR2_PACKAGE_LIBXSLT) += libxslt
|
package-$(BR2_PACKAGE_LIBXSLT) += libxslt
|
||||||
package-$(BR2_PACKAGE_LIGHTTPD) += lighttpd
|
package-$(BR2_PACKAGE_LIGHTTPD) += lighttpd
|
||||||
|
Loading…
Reference in New Issue
Block a user