From: <dha...@us...> - 2008-01-22 21:39:08
|
Revision: 1546 http://astlinux.svn.sourceforge.net/astlinux/?rev=1546&view=rev Author: dhartman Date: 2008-01-22 13:39:10 -0800 (Tue, 22 Jan 2008) Log Message: ----------- initial experimental tag to menuconfig Modified Paths: -------------- trunk/package/Config.in trunk/package/which/Config.in trunk/package/xorg/Config.in Modified: trunk/package/Config.in =================================================================== --- trunk/package/Config.in 2008-01-22 21:11:55 UTC (rev 1545) +++ trunk/package/Config.in 2008-01-22 21:39:10 UTC (rev 1546) @@ -1,6 +1,17 @@ menu "Package Selection for the target" +config BR2_PACKAGE_EXPERIMENTAL + bool "Enable Experimental/Test Packages" + default n + help + Select this to enable packages that are either not + currently maintained by the Astlinux team or are in + the testing phase. + WARNING!!! Not all packages will build. May break + other functions that do work. USE AT YOUR OWN RISK. + + comment "The default minimal system" source "package/busybox/Config.in" # source "package/linux/Config.in" Modified: trunk/package/which/Config.in =================================================================== --- trunk/package/which/Config.in 2008-01-22 21:11:55 UTC (rev 1545) +++ trunk/package/which/Config.in 2008-01-22 21:39:10 UTC (rev 1546) @@ -1,6 +1,7 @@ config BR2_PACKAGE_WHICH bool "which" default n + depends on BR2_PACKAGE_EXPERIMENTAL help The standard 'which' utility. Modified: trunk/package/xorg/Config.in =================================================================== --- trunk/package/xorg/Config.in 2008-01-22 21:11:55 UTC (rev 1545) +++ trunk/package/xorg/Config.in 2008-01-22 21:39:10 UTC (rev 1546) @@ -2,6 +2,7 @@ bool "X.org X Window System" default n depends !BR2_PACKAGE_TINYX + depends on BR2_PACKAGE_EXPERIMENTAL help The official X Window system and server. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |