projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85afdfe
)
Add missing ulogd dependencies
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 21 May 2005 01:38:47 +0000
(
01:38
+0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 21 May 2005 01:38:47 +0000
(
01:38
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@999
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/Makefile
patch
|
blob
|
history
diff --git
a/package/Makefile
b/package/Makefile
index
e360e86
..
e8a2a91
100644
(file)
--- a/
package/Makefile
+++ b/
package/Makefile
@@
-166,6
+166,14
@@
ifeq ($(BR2_PACKAGE_SNORT_ENABLE_INLINE),y)
snort-compile: iptables-compile
endif
+ulogd-compile: iptables-compile
+ifneq ($(BR2_PACKAGE_ULOGD_MYSQL),)
+ulogd-compile: mysql-compile
+endif
+ifneq ($(BR2_PACKAGE_ULOGD_PGSQL),)
+ulogd-compile: postgresql-compile
+endif
+
sdk-compile: $(DEV_LIBS_COMPILE) $(SDK_DEFAULT_COMPILE) openwrt-install
$(patsubst %,%-prepare,$(package-y) $(package-m) $(package-)): linux-install
This page took
0.027394 seconds
and
4
git commands to generate.