Add libnet package
[openwrt.git] / openwrt / package / Makefile
index 0f1193d..9ecd7a0 100644 (file)
@@ -33,11 +33,13 @@ package-$(BR2_PACKAGE_PPTP) += pptp
 package-$(BR2_PACKAGE_PPTPD) += pptpd
 package-$(BR2_PACKAGE_QUAGGA) += quagga
 package-$(BR2_PACKAGE_SER) += ser
+package-$(BR2_PACKAGE_SETSERIAL) += setserial
 package-$(BR2_PACKAGE_STRACE) += strace
 package-$(BR2_PACKAGE_TCPDUMP) += tcpdump
 package-$(BR2_PACKAGE_WOL) += wol
 package-$(BR2_PACKAGE_ZLIB) += zlib
 package-$(BR2_PACKAGE_DHCPFWD) += dhcp-forwarder
+package-$(BR2_PACKAGE_LIBNET) += libnet
 
 all: compile install
 clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m)) linux-clean
@@ -51,6 +53,8 @@ openvpn-compile: openssl-compile
 nfs-server-compile: portmap-compile
 portmap-compile: tcp_wrappers-compile
 lcd4linux-compile: ncurses-compile
+libnet-compile: libpcap-compile
+
 $(patsubst %,%-prepare,$(package-y) $(package-m)): linux-install
 
 %-prepare:
This page took 0.019863 seconds and 4 git commands to generate.