[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5211: hipfw, not hipd, depends on libconfig; reflect this in the OpenWrt Makefile.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Mon, 29 Nov 2010 18:42:31 -0000

------------------------------------------------------------
revno: 5211
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: hipl
timestamp: Mon 2010-11-29 19:38:24 +0100
message:
  hipfw, not hipd, depends on libconfig; reflect this in the OpenWrt Makefile.
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:32:32 +0000
+++ packaging/openwrt/hipl/Makefile     2010-11-29 18:38:24 +0000
@@ -16,7 +16,7 @@
 define Package/hipl-hipd
     SECTION:=net
     CATEGORY:=Network
-    DEPENDS:=hipl-common +libconfig +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-ipsec +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
@@ -28,7 +28,7 @@
 define Package/hipl-hipfw
     SECTION:=net
     CATEGORY:=Network
-    DEPENDS:=hipl-common +iptables +ip6tables +kmod-ip6tables +kmod-ipt-queue
+    DEPENDS:=hipl-common +libconfig +iptables +ip6tables +kmod-ip6tables 
+kmod-ipt-queue
              # TUN/TAP support - might be needed at some point instead of 
kmod-ipt-queue
              #+kmod-tun
     TITLE:=HIPL firewall

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5211: hipfw, not hipd, depends on libconfig; reflect this in the OpenWrt Makefile. - noreply