mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
strongswan: mark UCI plugin as broken
UCI plugin in strongswan has been broken for years, and now its causing strongswan to fail compilation. So, instead of the whole strongswan package to be failing and missing from feeds simply make UCI plug depend on @BROKEN. Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
@@ -745,7 +745,7 @@ $(eval $(call BuildPlugin,sqlite,SQLite database interface,+strongswan-mod-sql +
|
||||
$(eval $(call BuildPlugin,sshkey,SSH key decoding,))
|
||||
$(eval $(call BuildPlugin,stroke,Stroke,+strongswan-charon +strongswan-ipsec))
|
||||
$(eval $(call BuildPlugin,test-vectors,crypto test vectors,))
|
||||
$(eval $(call BuildPlugin,uci,UCI config interface,+PACKAGE_strongswan-mod-uci:libuci))
|
||||
$(eval $(call BuildPlugin,uci,UCI config interface,+PACKAGE_strongswan-mod-uci:libuci @BROKEN))
|
||||
$(eval $(call BuildPlugin,unity,Cisco Unity extension,))
|
||||
$(eval $(call BuildPlugin,updown,updown firewall,+iptables +IPV6:ip6tables +iptables-mod-ipsec +kmod-ipt-ipsec))
|
||||
$(eval $(call BuildPlugin,vici,Versatile IKE Configuration Interface,))
|
||||
|
||||
Reference in New Issue
Block a user