diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-09-23 19:32:00 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-09-23 19:32:00 +0000 |
commit | 5c781c3a337fb026474bc7d27a4a95a079666ec1 (patch) | |
tree | b55a21468dd86604eb5315e426fa186b487689fa /package/isakmpd | |
parent | f9ac1ade341d60ccfcc7baeb911e60cc98bf4ce3 (diff) |
change section from base to net
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4844 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/isakmpd')
-rw-r--r-- | package/isakmpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/isakmpd/Makefile b/package/isakmpd/Makefile index 2dbd202b3..0d4a8a58d 100644 --- a/package/isakmpd/Makefile +++ b/package/isakmpd/Makefile @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/kernel.mk define Package/isakmpd - SECTION:=base + SECTION:=net CATEGORY:=Network DEPENDS:=@BROKEN @LINUX_2_6 +libopenssl +keynote +libgmp TITLE:=IPsec management tools |