From: <kr...@us...> - 2007-05-29 20:18:12
|
Revision: 1078 http://svn.sourceforge.net/astlinux/?rev=1078&view=rev Author: krisk84 Date: 2007-05-29 13:18:13 -0700 (Tue, 29 May 2007) Log Message: ----------- update default config, barely needed Modified Paths: -------------- trunk/astlinux.config Modified: trunk/astlinux.config =================================================================== --- trunk/astlinux.config 2007-05-29 20:08:48 UTC (rev 1077) +++ trunk/astlinux.config 2007-05-29 20:18:13 UTC (rev 1078) @@ -241,7 +241,6 @@ BR2_PACKAGE_IPSEC_TOOLS_NATT=y BR2_PACKAGE_IPSEC_TOOLS_FRAG=y BR2_PACKAGE_IPSEC_TOOLS_STATS=y -# BR2_PACKAGE_IPSEC_TOOLS_IPV6 is not set # BR2_PACKAGE_IPSEC_TOOLS_READLINE is not set BR2_PACKAGE_IPSEC_TOOLS_LIBS=y BR2_PACKAGE_IPTABLES=y This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kr...@us...> - 2007-10-15 17:44:09
|
Revision: 1280 http://astlinux.svn.sourceforge.net/astlinux/?rev=1280&view=rev Author: krisk84 Date: 2007-10-15 10:44:13 -0700 (Mon, 15 Oct 2007) Log Message: ----------- default config update Modified Paths: -------------- trunk/astlinux.config Modified: trunk/astlinux.config =================================================================== --- trunk/astlinux.config 2007-10-15 17:43:55 UTC (rev 1279) +++ trunk/astlinux.config 2007-10-15 17:44:13 UTC (rev 1280) @@ -173,7 +173,7 @@ BR2_PACKAGE_ASTERISK=y BR2_PACKAGE_LIBPRI=y # BR2_PACKAGE_ASTERISK_LIBPQ_CUSTOM is not set -BR2_PACKAGE_CHANSCCP=y +BR2_PACKAGE_ASTERISK_CHANSCCP=y # BR2_PACKAGE_ASTERISK_CHANBLUETOOTH is not set # BR2_PACKAGE_ASTERISK_RESCONV is not set # BR2_PACKAGE_ASTERISK_LOWMEMORY is not set @@ -262,6 +262,7 @@ BR2_PACKAGE_LIBUSB=y # BR2_PACKAGE_LIGHTTPD is not set BR2_PACKAGE_LINKS=y +# BR2_PACKAGE_LINUX-ATM is not set BR2_PACKAGE_LMSENSORS=y # BR2_PACKAGE_LRZSZ is not set # BR2_PACKAGE_LTP-TESTSUITE is not set @@ -314,7 +315,6 @@ # BR2_PACKAGE_QUAGGA is not set # BR2_PACKAGE_RAIDTOOLS is not set # BR2_READLINE is not set -# BR2_PACKAGE_RESCONV is not set # BR2_PACKAGE_RHINO is not set BR2_PACKAGE_RP-PPPOE=y BR2_PACKAGE_RSYNC=y @@ -325,6 +325,7 @@ BR2_PACKAGE_SCREEN=y # BR2_PACKAGE_SDL is not set BR2_PACKAGE_SFDISK=y +BR2_PACKAGE_SIPP=y # BR2_PACKAGE_SLANG is not set # BR2_PACKAGE_SMARTMONTOOLS is not set # BR2_PACKAGE_SOCAT is not set @@ -346,6 +347,7 @@ BR2_PACKAGE_TTCP=y # BR2_PACKAGE_UDEV is not set # BR2_PACKAGE_UDHCP is not set +# BR2_PACKAGE_UNIXODBC is not set BR2_PACKAGE_USBUTILS=y # BR2_PACKAGE_UTIL-LINUX is not set # BR2_PACKAGE_VALGRIND is not set @@ -425,6 +427,7 @@ # BR2_TARGET_SOEKRIS_NET4801 is not set # BR2_TARGET_SOEKRIS_NET5501 is not set # BR2_TARGET_VIA is not set +# BR2_TARGET_VIAC7 is not set # BR2_TARGET_PCENGINES_WRAP is not set # BR2_TARGET_GENI586_SERIAL is not set # BR2_TARGET_RT is not set This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dha...@us...> - 2007-10-16 17:32:53
|
Revision: 1284 http://astlinux.svn.sourceforge.net/astlinux/?rev=1284&view=rev Author: dhartman Date: 2007-10-16 10:32:57 -0700 (Tue, 16 Oct 2007) Log Message: ----------- Include Rhino in default package Modified Paths: -------------- trunk/astlinux.config Modified: trunk/astlinux.config =================================================================== --- trunk/astlinux.config 2007-10-16 15:50:14 UTC (rev 1283) +++ trunk/astlinux.config 2007-10-16 17:32:57 UTC (rev 1284) @@ -315,7 +315,7 @@ # BR2_PACKAGE_QUAGGA is not set # BR2_PACKAGE_RAIDTOOLS is not set # BR2_READLINE is not set -# BR2_PACKAGE_RHINO is not set +BR2_PACKAGE_RHINO=y BR2_PACKAGE_RP-PPPOE=y BR2_PACKAGE_RSYNC=y # BR2_PACKAGE_RUBY is not set This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kr...@us...> - 2007-11-05 19:24:26
|
Revision: 1365 http://astlinux.svn.sourceforge.net/astlinux/?rev=1365&view=rev Author: krisk84 Date: 2007-11-05 11:24:26 -0800 (Mon, 05 Nov 2007) Log Message: ----------- build with omit-frame-pointer Modified Paths: -------------- trunk/astlinux.config Modified: trunk/astlinux.config =================================================================== --- trunk/astlinux.config 2007-11-05 19:23:16 UTC (rev 1364) +++ trunk/astlinux.config 2007-11-05 19:24:26 UTC (rev 1365) @@ -128,7 +128,7 @@ BR2_PACKAGE_SSTRIP_HOST=y BR2_ENABLE_MULTILIB=y BR2_LARGEFILE=y -BR2_TARGET_OPTIMIZATION="-Os -pipe" +BR2_TARGET_OPTIMIZATION="-Os -pipe -fomit-frame-pointer" BR2_CROSS_TOOLCHAIN_TARGET_UTILS=y # This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kr...@us...> - 2007-11-28 16:03:02
|
Revision: 1398 http://astlinux.svn.sourceforge.net/astlinux/?rev=1398&view=rev Author: krisk84 Date: 2007-11-28 08:01:32 -0800 (Wed, 28 Nov 2007) Log Message: ----------- default config update Modified Paths: -------------- trunk/astlinux.config Modified: trunk/astlinux.config =================================================================== --- trunk/astlinux.config 2007-11-28 10:21:29 UTC (rev 1397) +++ trunk/astlinux.config 2007-11-28 16:01:32 UTC (rev 1398) @@ -317,6 +317,8 @@ # BR2_PACKAGE_RAIDTOOLS is not set # BR2_READLINE is not set BR2_PACKAGE_RHINO=y +# BR2_PACKAGE_RHINO_v1 is not set +BR2_PACKAGE_RHINO_v2=y BR2_PACKAGE_RP-PPPOE=y BR2_PACKAGE_RSYNC=y # BR2_PACKAGE_RUBY is not set This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kr...@us...> - 2007-12-26 15:38:53
|
Revision: 1452 http://astlinux.svn.sourceforge.net/astlinux/?rev=1452&view=rev Author: krisk84 Date: 2007-12-26 07:38:54 -0800 (Wed, 26 Dec 2007) Log Message: ----------- default config update Modified Paths: -------------- trunk/astlinux.config Modified: trunk/astlinux.config =================================================================== --- trunk/astlinux.config 2007-12-24 04:00:37 UTC (rev 1451) +++ trunk/astlinux.config 2007-12-26 15:38:54 UTC (rev 1452) @@ -354,6 +354,7 @@ BR2_PACKAGE_USBUTILS=y # BR2_PACKAGE_UTIL-LINUX is not set # BR2_PACKAGE_VALGRIND is not set +# BR2_PACKAGE_VIM is not set BR2_PACKAGE_VSFTPD=y # BR2_PACKAGE_VTUN is not set BR2_PACKAGE_WANPIPE=y This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dha...@us...> - 2008-01-11 04:45:06
|
Revision: 1509 http://astlinux.svn.sourceforge.net/astlinux/?rev=1509&view=rev Author: dhartman Date: 2008-01-10 20:45:09 -0800 (Thu, 10 Jan 2008) Log Message: ----------- update default config Modified Paths: -------------- trunk/astlinux.config Modified: trunk/astlinux.config =================================================================== --- trunk/astlinux.config 2008-01-11 04:44:36 UTC (rev 1508) +++ trunk/astlinux.config 2008-01-11 04:45:09 UTC (rev 1509) @@ -171,26 +171,15 @@ # BR2_PACKAGE_ALSA_UTILS is not set BR2_PACKAGE_ARNOFW=y BR2_PACKAGE_ASTERISK=y +BR2_PACKAGE_ASTERISK-GUI=y +# BR2_PACKAGE_ASTERISK_BACKPORTS is not set BR2_PACKAGE_LIBPRI=y # BR2_PACKAGE_ASTERISK_LIBPQ_CUSTOM is not set -BR2_PACKAGE_ASTERISK_CHANSCCP=y -# BR2_PACKAGE_ASTERISK_CHANBLUETOOTH is not set -# BR2_PACKAGE_ASTERISK_RESCONV is not set -# BR2_PACKAGE_ASTERISK_LOWMEMORY is not set -# BR2_PACKAGE_ASTERISK_METERMAID is not set -BR2_PACKAGE_ASTERISKNATIVESOUNDS=y -BR2_PACKAGE_ASTERISKNATIVESOUNDS_ULAW=y -# BR2_PACKAGE_ASTERISKNATIVESOUNDS_ALAW is not set -# BR2_PACKAGE_ASTERISKNATIVESOUNDS_ILBC is not set -# BR2_PACKAGE_ASTERISKNATIVESOUNDS_GSM is not set -BR2_PACKAGE_ASTERISKNATIVESOUNDS_G729=y -# BR2_PACKAGE_ASTERISKNATIVESOUNDS_SLN is not set +BR2_PACKAGE_ASTERISK_CHANMISDN=y +# BR2_PACKAGE_ASTERISK_MENUSELECT is not set BR2_PACKAGE_ASTERISKAPPBUNDLE=y -BR2_PACKAGE_ASTERISKMQUEUE=y -BR2_PACKAGE_ASTERISKAPPCONFERENCE=y -BR2_PACKAGE_ASTERISKAPPCONFERENCE_G729HACK=y -BR2_PACKAGE_DIGIUMG729=y -BR2_PACKAGE_ASTERISKCHANMISDN=y +BR2_PACKAGE_MISDN=y +# BR2_PACKAGE_DIGIUMG729 is not set # BR2_PACKAGE_VM-MESSENGER is not set BR2_PACKAGE_APCUPSD=y # BR2_PACKAGE_APPWEBB is not set @@ -258,7 +247,7 @@ # BR2_PACKAGE_LIBPNG is not set # BR2_PACKAGE_LIBPQ is not set # BR2_PACKAGE_LIBTIFF is not set -# BR2_PACKAGE_LIBTOOL is not set +BR2_PACKAGE_LIBTOOL=y BR2_PACKAGE_LIBUSB=y # BR2_PACKAGE_LIGHTTPD is not set BR2_PACKAGE_LINKS=y @@ -348,7 +337,7 @@ # BR2_PACKAGE_TINYLOGIN is not set # BR2_PACKAGE_TINYX is not set BR2_PACKAGE_TTCP=y -# BR2_PACKAGE_UDEV is not set +BR2_PACKAGE_UDEV=y # BR2_PACKAGE_UDHCP is not set # BR2_PACKAGE_UNIXODBC is not set BR2_PACKAGE_USBUTILS=y This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dha...@us...> - 2008-03-06 04:47:32
|
Revision: 1623 http://astlinux.svn.sourceforge.net/astlinux/?rev=1623&view=rev Author: dhartman Date: 2008-03-05 20:47:38 -0800 (Wed, 05 Mar 2008) Log Message: ----------- update default config Modified Paths: -------------- trunk/astlinux.config Modified: trunk/astlinux.config =================================================================== --- trunk/astlinux.config 2008-03-06 04:38:00 UTC (rev 1622) +++ trunk/astlinux.config 2008-03-06 04:47:38 UTC (rev 1623) @@ -174,6 +174,7 @@ BR2_PACKAGE_ASTMANPROXY=y BR2_PACKAGE_BC=y BR2_PACKAGE_BRIDGE=y +# BR2_PACKAGE_CURL is not set BR2_PACKAGE_DIALOG=y BR2_PACKAGE_DNSMASQ=y BR2_PACKAGE_ETHTOOL=y This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ppr...@us...> - 2008-03-12 08:02:30
|
Revision: 1644 http://astlinux.svn.sourceforge.net/astlinux/?rev=1644&view=rev Author: pprindeville Date: 2008-03-12 01:02:36 -0700 (Wed, 12 Mar 2008) Log Message: ----------- Updated the list of packages Modified Paths: -------------- trunk/astlinux.config Modified: trunk/astlinux.config =================================================================== --- trunk/astlinux.config 2008-03-11 18:59:39 UTC (rev 1643) +++ trunk/astlinux.config 2008-03-12 08:02:36 UTC (rev 1644) @@ -157,6 +157,8 @@ # Other stuff # BR2_PACKAGE_ACPID=y +# BR2_PACKAGE_ALSA_LIB is not set +# BR2_PACKAGE_ALSA_UTILS is not set BR2_PACKAGE_ARNOFW=y BR2_PACKAGE_ASTERISK=y BR2_PACKAGE_ASTERISK-GUI=y @@ -166,22 +168,56 @@ BR2_PACKAGE_ASTERISK_CHANMISDN=y # BR2_PACKAGE_ASTERISK_MENUSELECT is not set # BR2_PACKAGE_ASTERISK_SNDVOL is not set +# BR2_PACKAGE_ASTERISK_RESCONV is not set BR2_PACKAGE_ASTERISKAPPBUNDLE=y BR2_PACKAGE_MISDN=y # BR2_PACKAGE_DIGIUMG729 is not set # BR2_PACKAGE_VM-MESSENGER is not set BR2_PACKAGE_APCUPSD=y BR2_PACKAGE_ASTMANPROXY=y +# BR2_PACKAGE_AT is not set +# BR2_PACKAGE_AUTOCONF is not set +# BR2_PACKAGE_AUTOMAKE is not set BR2_PACKAGE_BC=y +# BR2_PACKAGE_BERKELEYDB is not set +# BR2_PACKAGE_BIND is not set +# BR2_PACKAGE_BISON is not set +# BR2_PACKAGE_BLUEZ is not set +# BR2_PACKAGE_BOA is not set BR2_PACKAGE_BRIDGE=y +# BR2_PACKAGE_BZIP2 is not set +# BR2_PACKAGE_CDP-SEND is not set +# BR2_PACKAGE_COREUTILS is not set # BR2_PACKAGE_CURL is not set +# BR2_PACKAGE_CUSTOMIZE is not set BR2_PACKAGE_DIALOG=y +# BR2_PACKAGE_DIFFUTILS is not set +# BR2_PACKAGE_DIRECTFB is not set +# BR2_PACKAGE_DISTCC is not set +# BR2_PACKAGE_DM is not set BR2_PACKAGE_DNSMASQ=y +# BR2_PACKAGE_DROPBEAR is not set +# BR2_PACKAGE_ED is not set +# BR2_PACKAGE_EFAX is not set BR2_PACKAGE_ETHTOOL=y +# BR2_PACKAGE_EXPAT is not set BR2_PACKAGE_E2FSPROGS=y +# BR2_PACKAGE_FAKEROOT is not set BR2_HOST_FAKEROUTE=y +# BR2_PACKAGE_FILE is not set +# BR2_PACKAGE_FINDUTILS is not set +# BR2_PACKAGE_FLITE is not set +# BR2_PACKAGE_FREETYPE is not set +# BR2_PACKAGE_GAWK is not set +# BR2_PACKAGE_GETTEXT is not set +# BR2_PACKAGE_GREP is not set +# BR2_PACKAGE_GZIP is not set +# BR2_PACKAGE_HOSTAP is not set +# BR2_PACKAGE_HOTPLUG is not set +# BR2_PACKAGE_IAXMODEM is not set BR2_PACKAGE_IFTOP=y BR2_PACKAGE_INADYN=y +# BR2_PACKAGE_IOSTAT is not set BR2_PACKAGE_IPROUTE2=y BR2_PACKAGE_IPSEC_TOOLS=y BR2_PACKAGE_IPSEC_TOOLS_ADMINPORT=y @@ -191,24 +227,53 @@ # BR2_PACKAGE_IPSEC_TOOLS_READLINE is not set BR2_PACKAGE_IPSEC_TOOLS_LIBS=y BR2_PACKAGE_IPTABLES=y +# BR2_PACKAGE_ISC_DHCP is not set +# BR2_PACKAGE_JPEG is not set BR2_PACKAGE_KEXECTOOLS=y BR2_PACKAGE_LCDPROC=y +# BR2_PACKAGE_LESS is not set +# BR2_PACKAGE_LIBCGI is not set +# BR2_PACKAGE_LIBCGICC is not set BR2_PACKAGE_LIBELF=y +# BR2_PACKAGE_LIBFLOAT is not set +# BR2_PACKAGE_LIBFTDI is not set +# BR2_PACKAGE_LIBGLIB12 is not set +# BR2_PACKAGE_LIBGMP is not set +# BR2_PACKAGE_LIBINTL is not set BR2_PACKAGE_LIBMAD=y +# BR2_PACKAGE_LIBNET is not set BR2_PACKAGE_LIBPCAP=y # BR2_PACKAGE_LIBPCAP_PFRING is not set BR2_PACKAGE_LIBTOOL=y +# BR2_PACKAGE_LIBPNG is not set +# BR2_PACKAGE_LIBPQ is not set +# BR2_PACKAGE_LIBTIFF is not set BR2_PACKAGE_LIBUSB=y +# BR2_PACKAGE_LIGHTTPD is not set BR2_PACKAGE_LINKS=y +# BR2_PACKAGE_LINUX-ATM is not set BR2_PACKAGE_LMSENSORS=y +# BR2_PACKAGE_LRZSZ is not set +# BR2_PACKAGE_LTP-TESTSUITE is not set +# BR2_PACKAGE_LTRACE is not set +# BR2_PACKAGE_LTT is not set BR2_PACKAGE_LZO=y +# BR2_PACKAGE_M4 is not set BR2_PACKAGE_MADWIFI=y +# BR2_PACKAGE_MAKE is not set +# BR2_PACKAGE_MDADM is not set BR2_PACKAGE_MDNSRESPONDER=y +# BR2_PACKAGE_MEMTESTER is not set BR2_PACKAGE_MICROPERL=y +# BR2_PACKAGE_MICROWIN is not set BR2_PACKAGE_MINIHTTPD=y BR2_PACKAGE_MKDOSFS=y BR2_PACKAGE_MODULE_INIT_TOOLS=y +# BR2_PACKAGE_MODUTILS is not set +# BR2_PACKAGE_LIBMPFR is not set +# BR2_PACKAGE_MPG123 is not set BR2_PACKAGE_MSMTP=y +# BR2_PACKAGE_MTD is not set BR2_PACKAGE_NANO=y BR2_PACKAGE_NCURSES=y # BR2_PACKAGE_NCURSES_TARGET_HEADERS is not set @@ -218,42 +283,87 @@ BR2_PACKAGE_NGREP=y BR2_PACKAGE_NISTNET=y # BR2_PACKAGE_NPROBE is not set +# BR2_PACKAGE_NOCATSPLASH is not set # BR2_PACKAGE_NTP is not set BR2_PACKAGE_OPENNTPD=y +# BR2_PACKAGE_OPENSER is not set BR2_PACKAGE_OPENSSH=y BR2_PACKAGE_OPENSSL=y +# BR2_PACKAGE_OPENSSL_TARGET_HEADERS is not set +# BR2_PACKAGE_OPENSSL_OCF is not set BR2_PACKAGE_OPENVPN=y +# BR2_PACKAGE_PATCH is not set BR2_PACKAGE_PCIUTILS=y +# BR2_PACKAGE_PCMCIA is not set BR2_PACKAGE_PHP5=y # BR2_PACKAGE_PHP5_CLI is not set # BR2_PACKAGE_PIKA_AOB is not set +# BR2_PACKAGE_PORTAGE is not set +# BR2_PACKAGE_PORTMAP is not set BR2_PACKAGE_PPPD=y +# BR2_PACKAGE_PPTPD is not set +# BR2_PACKAGE_PROCPS is not set +# BR2_PACKAGE_PSMISC is not set +# BR2_PACKAGE_PYTHON is not set +# BR2_PACKAGE_QTE is not set BR2_QTE_TMAKE_VERSION="1.13" +# BR2_PACKAGE_QUAGGA is not set +# BR2_PACKAGE_RAIDTOOLS is not set +# BR2_READLINE is not set BR2_PACKAGE_RHINO=y # BR2_PACKAGE_RHINO_v1 is not set BR2_PACKAGE_RHINO_v2=y BR2_PACKAGE_RP-PPPOE=y BR2_PACKAGE_RSYNC=y +# BR2_PACKAGE_RUBY is not set +# BR2_PACKAGE_RXVT is not set +# BR2_PACKAGE_SAMBA is not set BR2_PACKAGE_SCHEDUTILS=y BR2_PACKAGE_SCREEN=y +# BR2_PACKAGE_SDL is not set +# BR2_PACKAGE_SED is not set BR2_PACKAGE_SFDISK=y BR2_PACKAGE_SIPP=y +# BR2_PACKAGE_SLANG is not set +# BR2_PACKAGE_SMARTMONTOOLS is not set +# BR2_PACKAGE_SOCAT is not set BR2_PACKAGE_SOX=y BR2_PACKAGE_SOX_LIBMAD=y +# BR2_PACKAGE_SPANDSP is not set +# BR2_PACKAGE_SQLITE is not set BR2_PACKAGE_STRACE=y BR2_PACKAGE_STUNNEL=y BR2_PACKAGE_SYSFSUTILS=y +# BR2_PACKAGE_SYSVINIT is not set +# BR2_PACKAGE_TAR is not set +# BR2_PACKAGE_TCL is not set BR2_PACKAGE_TCPDUMP=y +# BR2_PACKAGE_DHCPDUMP is not set BR2_PACKAGE_TFTPD=y +# BR2_PACKAGE_THTTPD is not set +# BR2_PACKAGE_TINYLOGIN is not set +# BR2_PACKAGE_TINYX is not set BR2_PACKAGE_TTCP=y BR2_PACKAGE_UDEV=y +# BR2_PACKAGE_UDHCP is not set +# BR2_PACKAGE_UNIXODBC is not set BR2_PACKAGE_USBUTILS=y +# BR2_PACKAGE_UTIL-LINUX is not set +# BR2_PACKAGE_VALGRIND is not set +# BR2_PACKAGE_VIM is not set BR2_PACKAGE_VSFTPD=y +# BR2_PACKAGE_VTUN is not set BR2_PACKAGE_WANPIPE=y +# BR2_PACKAGE_WGET is not set +# BR2_PACKAGE_WHICH is not set +# BR2_PACKAGE_WIPE is not set BR2_PACKAGE_WIRELESS_TOOLS=y +# BR2_PACKAGE_XFSPROGS is not set +# BR2_PACKAGE_XORG is not set BR2_PACKAGE_ZAPTEL=y # BR2_PACKAGE_ZAPTEL_OSLEC is not set BR2_PACKAGE_ZLIB=y +# BR2_PACKAGE_ZLIB_TARGET_HEADERS is not set BR2_PACKAGE_ZONEINFO=y # This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ppr...@us...> - 2008-03-12 08:09:10
|
Revision: 1645 http://astlinux.svn.sourceforge.net/astlinux/?rev=1645&view=rev Author: pprindeville Date: 2008-03-12 01:09:05 -0700 (Wed, 12 Mar 2008) Log Message: ----------- Forgot the Berkeley automounter Modified Paths: -------------- trunk/astlinux.config Modified: trunk/astlinux.config =================================================================== --- trunk/astlinux.config 2008-03-12 08:02:36 UTC (rev 1644) +++ trunk/astlinux.config 2008-03-12 08:09:05 UTC (rev 1645) @@ -159,6 +159,7 @@ BR2_PACKAGE_ACPID=y # BR2_PACKAGE_ALSA_LIB is not set # BR2_PACKAGE_ALSA_UTILS is not set +# BR2_PACKAGE_AMUTILS is not set BR2_PACKAGE_ARNOFW=y BR2_PACKAGE_ASTERISK=y BR2_PACKAGE_ASTERISK-GUI=y This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dha...@us...> - 2008-05-19 18:24:27
|
Revision: 1771 http://astlinux.svn.sourceforge.net/astlinux/?rev=1771&view=rev Author: dhartman Date: 2008-05-19 11:23:56 -0700 (Mon, 19 May 2008) Log Message: ----------- update defaults--change to ntp instead of openntpd Modified Paths: -------------- trunk/astlinux.config Modified: trunk/astlinux.config =================================================================== --- trunk/astlinux.config 2008-05-19 18:16:49 UTC (rev 1770) +++ trunk/astlinux.config 2008-05-19 18:23:56 UTC (rev 1771) @@ -157,9 +157,6 @@ # Other stuff # BR2_PACKAGE_ACPID=y -# BR2_PACKAGE_ALSA_LIB is not set -# BR2_PACKAGE_ALSA_UTILS is not set -# BR2_PACKAGE_AMUTILS is not set BR2_PACKAGE_ARNOFW=y BR2_PACKAGE_ASTERISK=y BR2_PACKAGE_ASTERISK-GUI=y @@ -169,56 +166,23 @@ BR2_PACKAGE_ASTERISK_CHANMISDN=y # BR2_PACKAGE_ASTERISK_MENUSELECT is not set # BR2_PACKAGE_ASTERISK_SNDVOL is not set -# BR2_PACKAGE_ASTERISK_RESCONV is not set BR2_PACKAGE_ASTERISKAPPBUNDLE=y BR2_PACKAGE_MISDN=y # BR2_PACKAGE_DIGIUMG729 is not set # BR2_PACKAGE_VM-MESSENGER is not set BR2_PACKAGE_APCUPSD=y BR2_PACKAGE_ASTMANPROXY=y -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_AUTOMAKE is not set BR2_PACKAGE_BC=y -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_BIND is not set -# BR2_PACKAGE_BISON is not set -# BR2_PACKAGE_BLUEZ is not set -# BR2_PACKAGE_BOA is not set BR2_PACKAGE_BRIDGE=y -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_CDP-SEND is not set -# BR2_PACKAGE_COREUTILS is not set # BR2_PACKAGE_CURL is not set -# BR2_PACKAGE_CUSTOMIZE is not set BR2_PACKAGE_DIALOG=y -# BR2_PACKAGE_DIFFUTILS is not set -# BR2_PACKAGE_DIRECTFB is not set -# BR2_PACKAGE_DISTCC is not set -# BR2_PACKAGE_DM is not set BR2_PACKAGE_DNSMASQ=y -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_EFAX is not set BR2_PACKAGE_ETHTOOL=y -# BR2_PACKAGE_EXPAT is not set BR2_PACKAGE_E2FSPROGS=y -# BR2_PACKAGE_FAKEROOT is not set BR2_HOST_FAKEROUTE=y -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_FINDUTILS is not set -# BR2_PACKAGE_FLITE is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GAWK is not set -# BR2_PACKAGE_GETTEXT is not set -# BR2_PACKAGE_GREP is not set -# BR2_PACKAGE_GZIP is not set -# BR2_PACKAGE_HOSTAP is not set -# BR2_PACKAGE_HOTPLUG is not set -# BR2_PACKAGE_IAXMODEM is not set +BR2_PACKAGE_HOSTAP=y BR2_PACKAGE_IFTOP=y BR2_PACKAGE_INADYN=y -# BR2_PACKAGE_IOSTAT is not set BR2_PACKAGE_IPROUTE2=y BR2_PACKAGE_IPSEC_TOOLS=y BR2_PACKAGE_IPSEC_TOOLS_ADMINPORT=y @@ -228,53 +192,24 @@ # BR2_PACKAGE_IPSEC_TOOLS_READLINE is not set BR2_PACKAGE_IPSEC_TOOLS_LIBS=y BR2_PACKAGE_IPTABLES=y -# BR2_PACKAGE_ISC_DHCP is not set -# BR2_PACKAGE_JPEG is not set BR2_PACKAGE_KEXECTOOLS=y BR2_PACKAGE_LCDPROC=y -# BR2_PACKAGE_LESS is not set -# BR2_PACKAGE_LIBCGI is not set -# BR2_PACKAGE_LIBCGICC is not set BR2_PACKAGE_LIBELF=y -# BR2_PACKAGE_LIBFLOAT is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBGLIB12 is not set -# BR2_PACKAGE_LIBGMP is not set -# BR2_PACKAGE_LIBINTL is not set BR2_PACKAGE_LIBMAD=y -# BR2_PACKAGE_LIBNET is not set BR2_PACKAGE_LIBPCAP=y # BR2_PACKAGE_LIBPCAP_PFRING is not set BR2_PACKAGE_LIBTOOL=y -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBPQ is not set -# BR2_PACKAGE_LIBTIFF is not set BR2_PACKAGE_LIBUSB=y -# BR2_PACKAGE_LIGHTTPD is not set BR2_PACKAGE_LINKS=y -# BR2_PACKAGE_LINUX-ATM is not set BR2_PACKAGE_LMSENSORS=y -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_LTP-TESTSUITE is not set -# BR2_PACKAGE_LTRACE is not set -# BR2_PACKAGE_LTT is not set BR2_PACKAGE_LZO=y -# BR2_PACKAGE_M4 is not set BR2_PACKAGE_MADWIFI=y -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_MDADM is not set BR2_PACKAGE_MDNSRESPONDER=y -# BR2_PACKAGE_MEMTESTER is not set BR2_PACKAGE_MICROPERL=y -# BR2_PACKAGE_MICROWIN is not set BR2_PACKAGE_MINIHTTPD=y BR2_PACKAGE_MKDOSFS=y BR2_PACKAGE_MODULE_INIT_TOOLS=y -# BR2_PACKAGE_MODUTILS is not set -# BR2_PACKAGE_LIBMPFR is not set -# BR2_PACKAGE_MPG123 is not set BR2_PACKAGE_MSMTP=y -# BR2_PACKAGE_MTD is not set BR2_PACKAGE_NANO=y BR2_PACKAGE_NCURSES=y # BR2_PACKAGE_NCURSES_TARGET_HEADERS is not set @@ -284,87 +219,44 @@ BR2_PACKAGE_NGREP=y BR2_PACKAGE_NISTNET=y # BR2_PACKAGE_NPROBE is not set -# BR2_PACKAGE_NOCATSPLASH is not set -# BR2_PACKAGE_NTP is not set -BR2_PACKAGE_OPENNTPD=y -# BR2_PACKAGE_OPENSER is not set +BR2_PACKAGE_NTP=y +# BR2_PACKAGE_OPENNTPD is not set BR2_PACKAGE_OPENSSH=y BR2_PACKAGE_OPENSSL=y -# BR2_PACKAGE_OPENSSL_TARGET_HEADERS is not set -# BR2_PACKAGE_OPENSSL_OCF is not set BR2_PACKAGE_OPENVPN=y -# BR2_PACKAGE_PATCH is not set BR2_PACKAGE_PCIUTILS=y -# BR2_PACKAGE_PCMCIA is not set BR2_PACKAGE_PHP5=y # BR2_PACKAGE_PHP5_CLI is not set # BR2_PACKAGE_PIKA_AOB is not set -# BR2_PACKAGE_PORTAGE is not set -# BR2_PACKAGE_PORTMAP is not set BR2_PACKAGE_PPPD=y -# BR2_PACKAGE_PPTPD is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_PACKAGE_PSMISC is not set -# BR2_PACKAGE_PYTHON is not set -# BR2_PACKAGE_QTE is not set BR2_QTE_TMAKE_VERSION="1.13" -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RAIDTOOLS is not set # BR2_PACKAGE_READLINE is not set BR2_PACKAGE_RHINO=y # BR2_PACKAGE_RHINO_v1 is not set BR2_PACKAGE_RHINO_v2=y BR2_PACKAGE_RP-PPPOE=y BR2_PACKAGE_RSYNC=y -# BR2_PACKAGE_RUBY is not set -# BR2_PACKAGE_RXVT is not set -# BR2_PACKAGE_SAMBA is not set BR2_PACKAGE_SCHEDUTILS=y BR2_PACKAGE_SCREEN=y -# BR2_PACKAGE_SDL is not set -# BR2_PACKAGE_SED is not set BR2_PACKAGE_SFDISK=y BR2_PACKAGE_SIPP=y -# BR2_PACKAGE_SLANG is not set -# BR2_PACKAGE_SMARTMONTOOLS is not set -# BR2_PACKAGE_SOCAT is not set BR2_PACKAGE_SOX=y BR2_PACKAGE_SOX_LIBMAD=y -# BR2_PACKAGE_SPANDSP is not set -# BR2_PACKAGE_SQLITE is not set BR2_PACKAGE_STRACE=y BR2_PACKAGE_STUNNEL=y BR2_PACKAGE_SYSFSUTILS=y -# BR2_PACKAGE_SYSVINIT is not set -# BR2_PACKAGE_TAR is not set -# BR2_PACKAGE_TCL is not set BR2_PACKAGE_TCPDUMP=y -# BR2_PACKAGE_DHCPDUMP is not set BR2_PACKAGE_TFTPD=y -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINYLOGIN is not set -# BR2_PACKAGE_TINYX is not set BR2_PACKAGE_TTCP=y BR2_PACKAGE_UDEV=y -# BR2_PACKAGE_UDHCP is not set -# BR2_PACKAGE_UNIXODBC is not set BR2_PACKAGE_USBUTILS=y -# BR2_PACKAGE_UTIL-LINUX is not set -# BR2_PACKAGE_VALGRIND is not set # BR2_PACKAGE_VIM is not set BR2_PACKAGE_VSFTPD=y -# BR2_PACKAGE_VTUN is not set BR2_PACKAGE_WANPIPE=y -# BR2_PACKAGE_WGET is not set -# BR2_PACKAGE_WHICH is not set -# BR2_PACKAGE_WIPE is not set BR2_PACKAGE_WIRELESS_TOOLS=y -# BR2_PACKAGE_XFSPROGS is not set -# BR2_PACKAGE_XORG is not set BR2_PACKAGE_ZAPTEL=y # BR2_PACKAGE_ZAPTEL_OSLEC is not set BR2_PACKAGE_ZLIB=y -# BR2_PACKAGE_ZLIB_TARGET_HEADERS is not set BR2_PACKAGE_ZONEINFO=y # This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dha...@us...> - 2008-07-02 19:21:09
|
Revision: 1808 http://astlinux.svn.sourceforge.net/astlinux/?rev=1808&view=rev Author: dhartman Date: 2008-07-02 12:19:35 -0700 (Wed, 02 Jul 2008) Log Message: ----------- update default config Modified Paths: -------------- trunk/astlinux.config Modified: trunk/astlinux.config =================================================================== --- trunk/astlinux.config 2008-07-02 19:13:45 UTC (rev 1807) +++ trunk/astlinux.config 2008-07-02 19:19:35 UTC (rev 1808) @@ -184,6 +184,7 @@ BR2_PACKAGE_IFTOP=y BR2_PACKAGE_INADYN=y BR2_PACKAGE_IPROUTE2=y +# BR2_PACKAGE_IPROUTE2_IP is not set BR2_PACKAGE_IPSEC_TOOLS=y BR2_PACKAGE_IPSEC_TOOLS_ADMINPORT=y BR2_PACKAGE_IPSEC_TOOLS_NATT=y This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |