|
From: <abe...@us...> - 2012-07-03 21:23:28
|
Revision: 5586
http://astlinux.svn.sourceforge.net/astlinux/?rev=5586&view=rev
Author: abelbeck
Date: 2012-07-03 21:23:22 +0000 (Tue, 03 Jul 2012)
Log Message:
-----------
miniupnpd, hookup package, disabled by default
Modified Paths:
--------------
branches/1.0/astlinux.config
branches/1.0/astlinux18.config
branches/1.0/package/Config.in
branches/1.0/package/miniupnpd/Config.in
Modified: branches/1.0/astlinux.config
===================================================================
--- branches/1.0/astlinux.config 2012-07-03 21:07:59 UTC (rev 5585)
+++ branches/1.0/astlinux.config 2012-07-03 21:23:22 UTC (rev 5586)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot 2011.08-svn5463-dirty Configuration
-# Tue Feb 21 16:38:52 2012
+# Buildroot 2011.08-svn5585-dirty Configuration
+# Tue Jul 3 16:19:46 2012
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -685,6 +685,7 @@
# BR2_PACKAGE_LRZSZ is not set
BR2_PACKAGE_MDNSRESPONDER=y
# BR2_PACKAGE_MII_DIAG is not set
+# BR2_PACKAGE_MINIUPNPD is not set
# BR2_PACKAGE_MROUTED is not set
BR2_PACKAGE_MSMTP=y
# BR2_PACKAGE_MUTT is not set
Modified: branches/1.0/astlinux18.config
===================================================================
--- branches/1.0/astlinux18.config 2012-07-03 21:07:59 UTC (rev 5585)
+++ branches/1.0/astlinux18.config 2012-07-03 21:23:22 UTC (rev 5586)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot 2011.08-svn5463-dirty Configuration
-# Tue Feb 21 16:38:52 2012
+# Buildroot 2011.08-svn5585-dirty Configuration
+# Tue Jul 3 16:19:51 2012
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -679,6 +679,7 @@
# BR2_PACKAGE_LRZSZ is not set
BR2_PACKAGE_MDNSRESPONDER=y
# BR2_PACKAGE_MII_DIAG is not set
+# BR2_PACKAGE_MINIUPNPD is not set
# BR2_PACKAGE_MROUTED is not set
BR2_PACKAGE_MSMTP=y
# BR2_PACKAGE_MUTT is not set
Modified: branches/1.0/package/Config.in
===================================================================
--- branches/1.0/package/Config.in 2012-07-03 21:07:59 UTC (rev 5585)
+++ branches/1.0/package/Config.in 2012-07-03 21:23:22 UTC (rev 5586)
@@ -453,6 +453,7 @@
source "package/lrzsz/Config.in"
source "package/mdnsresponder/Config.in"
source "package/mii-diag/Config.in"
+source "package/miniupnpd/Config.in"
source "package/mrouted/Config.in"
source "package/msmtp/Config.in"
source "package/mutt/Config.in"
Modified: branches/1.0/package/miniupnpd/Config.in
===================================================================
--- branches/1.0/package/miniupnpd/Config.in 2012-07-03 21:07:59 UTC (rev 5585)
+++ branches/1.0/package/miniupnpd/Config.in 2012-07-03 21:23:22 UTC (rev 5586)
@@ -1,5 +1,7 @@
config BR2_PACKAGE_MINIUPNPD
bool "miniupnpd"
+ depends on BR2_LINUX_KERNEL
+ depends on BR2_PACKAGE_IPTABLES
help
Implements UPnP and NAT-PMP protocols.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|