projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63b38d2
)
Add libnet package
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 31 Mar 2005 23:59:03 +0000
(23:59 +0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 31 Mar 2005 23:59:03 +0000
(23:59 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@498
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/Makefile
patch
|
blob
|
history
diff --git
a/package/Makefile
b/package/Makefile
index
299a612
..
9ecd7a0
100644
(file)
--- a/
package/Makefile
+++ b/
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:
This page took
0.024599 seconds
and
4
git commands to generate.