1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-14 19:23:53 +02:00

mark all openswan packages as broken

SVN-Revision: 10832
This commit is contained in:
Nicolas Thill 2008-04-14 12:31:27 +00:00
parent 6eb6f7fd46
commit e2c65f6215

View File

@ -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