diff options
Diffstat (limited to 'openwrt')
| -rw-r--r-- | openwrt/package/ipsec-tools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/package/ipsec-tools/Makefile b/openwrt/package/ipsec-tools/Makefile index 5d2b391..c1fe597 100644 --- a/openwrt/package/ipsec-tools/Makefile +++ b/openwrt/package/ipsec-tools/Makefile @@ -21,11 +21,12 @@ PKG_CAT:=bzcat PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install include $(INCLUDE_DIR)/package.mk +include $(INCLUDE_DIR)/kernel.mk define Package/ipsec-tools SECTION:=base CATEGORY:=Network -DEPENDS:=@LINUX_2_6 +DEPENDS:=@LINUX_2_6 +libopenssl TITLE:=IPsec management tools DESCRIPTION:=IPsec management tools URL:=http://ipsec-tools.sourceforge.net/ |
