diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-09-23 19:32:00 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-09-23 19:32:00 +0000 |
commit | f1a59ca47787546147bea04f01c4f344a56cdfb0 (patch) | |
tree | b55a21468dd86604eb5315e426fa186b487689fa /package/isakmpd | |
parent | 4d748c8696a55ca4577d15a12fdc0574970e230b (diff) | |
download | upstream-f1a59ca47787546147bea04f01c4f344a56cdfb0.tar.gz upstream-f1a59ca47787546147bea04f01c4f344a56cdfb0.tar.bz2 upstream-f1a59ca47787546147bea04f01c4f344a56cdfb0.zip |
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 2dbd202b3d..0d4a8a58d2 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 |