projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6eb6f7f
)
mark all openswan packages as broken
author
Nicolas Thill
<nico@openwrt.org>
Mon, 14 Apr 2008 12:31:27 +0000
(12:31 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Mon, 14 Apr 2008 12:31:27 +0000
(12:31 +0000)
SVN-Revision: 10832
package/openswan/Makefile
patch
|
blob
|
history
diff --git
a/package/openswan/Makefile
b/package/openswan/Makefile
index 0ce5717f7e15f87475680fe74db379586ad97f8e..6b6821dcfc993bac84813121a2c01cb708fd02a8 100644
(file)
--- a/
package/openswan/Makefile
+++ b/
package/openswan/Makefile
@@
-22,6
+22,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/openswan/Default
TITLE:=Openswan
URL:=http://www.openswan.org/
+ DEPENDS:=@BROKEN
endef
define Package/openswan/Default/description
@@
-32,7
+33,7
@@
define Package/openswan
$(call Package/openswan/Default)
SECTION:=net
CATEGORY:=Network
- DEPENDS
:=+kmod-openswan +libgmp +ip @BROKEN
+ DEPENDS
+= +kmod-openswan +libgmp +ip
TITLE+= (daemon)
URL:=http://www.openswan.org/
endef