[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5213: OpenWrt: Remove kmod-ipsec from list of hipd depends.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Mon, 29 Nov 2010 19:13:32 -0000

------------------------------------------------------------
revno: 5213
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: hipl
timestamp: Mon 2010-11-29 20:08:08 +0100
message:
  OpenWrt: Remove kmod-ipsec from list of hipd depends.
  
  Somehow hipd does not show up in 'make menuconfig', presumably due to a
  missing dependency, when kmod-ipsec is listed in hipd's dependencies.
  Since both kmod-ipsec4 and kmod-ipsec6 remain in hipd's dependency list
  and both depend on kmod-ipsed themselves this should cause no harm.
modified:
  packaging/openwrt/hipl/Makefile


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'packaging/openwrt/hipl/Makefile'
--- packaging/openwrt/hipl/Makefile     2010-11-29 18:47:55 +0000
+++ packaging/openwrt/hipl/Makefile     2010-11-29 19:08:08 +0000
@@ -16,7 +16,7 @@
 define Package/hipl-hipd
     SECTION:=net
     CATEGORY:=Network
-    DEPENDS:=hipl-common +genl +ip +kmod-ipsec +kmod-ipsec4 +kmod-ipsec6 
+kmod-loop +kmod-nbd +kmod-tun +libpthread +losetup +kmod-dummy +kmod-ipip 
+kmod-crypto-authenc +kmod-ip6-tunnel
+    DEPENDS:=hipl-common +genl +ip +kmod-ipsec4 +kmod-ipsec6 +kmod-loop 
+kmod-nbd +kmod-tun +libpthread +losetup +kmod-dummy +kmod-ipip 
+kmod-crypto-authenc +kmod-ip6-tunnel
     TITLE:=HIPL daemon
     URL:=http://hipl.hiit.fi/
 endef

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5213: OpenWrt: Remove kmod-ipsec from list of hipd depends. - noreply