X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/cc18fba62bb2b8ea02d0faa13a04724d24a5f958..60966947c0e717baf9eca771a7224617b948c4d5:/openwrt/package/Makefile diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 299a61245..9ecd7a0c2 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -39,6 +39,7 @@ 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 @@ -52,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: