Author: pebender
Date: Mon Jun 22 17:13:22 2009
New Revision: 5022
Removed:
trunk/gar-minimyth/script/meta/minimyth/files/source/lists/software/minimyth-bin-list.vlan
trunk/gar-minimyth/script/meta/minimyth/files/source/lists/software/minimyth-lib-list.vlan
trunk/gar-minimyth/script/net/vconfig/
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/meta/minimyth/Makefile
trunk/gar-minimyth/script/meta/minimyth/files/check.mk
trunk/gar-minimyth/script/meta/minimyth/files/source/lists/minimyth-lib-list
trunk/gar-minimyth/script/minimyth.conf.mk
trunk/gar-minimyth/script/utils/busybox/checksums
trunk/gar-minimyth/script/utils/busybox/files/busybox-1.14.1.config
Log:
- Replaced separate vconfig with busybox's vconfig.
- Eliminated vlan as a separately selectable mm_SOFTWARE value.
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Mon Jun 22
17:13:22 2009
@@ -76,6 +76,8 @@
by perl's Net::Telnet.
- Removed mysql command from the default image as its use has been
replaced by perl's DBD::mysql.
+ - Replaced separate vconfig with busybox's vconfig.
+ - Eliminated vlan as a separately selectable mm_SOFTWARE value.
Fixed build system
- Patched legacy NVIDIA drivers so that they build with kernel 2.6.30.
@@ -95,6 +97,7 @@
Removed lib/libgpg-error.
Removed lib/libwiimote.
Removed net/netpipes.
+ Removed net/vconfig.
Removed utils/squashfs-3.4.
Removed xorg-7.3.
Modified: trunk/gar-minimyth/script/meta/minimyth/Makefile
==============================================================================
--- trunk/gar-minimyth/script/meta/minimyth/Makefile (original)
+++ trunk/gar-minimyth/script/meta/minimyth/Makefile Mon Jun 22 17:13:22
2009
@@ -49,7 +49,6 @@
net/nfs-utils \
net/ntp \
net/openssh \
- net/vconfig \
utils/pciutils \
perl/perl \
perl/perl-Date-Manip \
Modified: trunk/gar-minimyth/script/meta/minimyth/files/check.mk
==============================================================================
--- trunk/gar-minimyth/script/meta/minimyth/files/check.mk (original)
+++ trunk/gar-minimyth/script/meta/minimyth/files/check.mk Mon Jun 22
17:13:22 2009
@@ -150,7 +150,6 @@
[ ! "$${software}" = "mame" ] && \
[ ! "$${software}" = "wiimote" ] && \
[ ! "$${software}" = "backend" ] && \
- [ ! "$${software}" = "vlan" ] && \
[ ! "$${software}" = "debug" ] ; then \
echo "error: mm_SOFTWARE=\"$${software}\" is an invalid
value." ; \
exit 1 ; \
Modified:
trunk/gar-minimyth/script/meta/minimyth/files/source/lists/minimyth-lib-list
==============================================================================
---
trunk/gar-minimyth/script/meta/minimyth/files/source/lists/minimyth-lib-list
(original)
+++
trunk/gar-minimyth/script/meta/minimyth/files/source/lists/minimyth-lib-list
Mon Jun 22 17:13:22 2009
@@ -100,6 +100,7 @@
modules/*/kernel/fs/isofs/isofs.ko
modules/*/kernel/fs/udf/udf.ko
modules/*/kernel/fs/unionfs/unionfs.ko
+modules/*/kernel/net/8021q/8021q.ko
modules/*/kernel/net/packet/af_packet.ko
modules/*/kernel/sound/pci/ali5451/snd-ali5451.ko
modules/*/kernel/sound/pci/ca0106/snd-ca0106.ko
Modified: trunk/gar-minimyth/script/minimyth.conf.mk
==============================================================================
--- trunk/gar-minimyth/script/minimyth.conf.mk (original)
+++ trunk/gar-minimyth/script/minimyth.conf.mk Mon Jun 22 17:13:22 2009
@@ -39,8 +39,7 @@
# 'mythgame', 'mythmusic', 'mythnews', 'mythphone', 'mythstream', 'mythvideo',
# 'mythweather', 'mythzoneminder', 'flash', 'gnash', 'mplayer-svn',
# 'mplayer-vld', 'vlc' (experimental and may be removed in the future
without
-#
warning), 'xine', 'perl', 'transcode', 'mame', 'wiimote', 'backend', 'vlan',
-# and 'debug'.
+#
warning), 'xine', 'perl', 'transcode', 'mame', 'wiimote', 'backend', 'debug'.
mm_SOFTWARE ?= mythbrowser \
$(if $(filter $(mm_MYTH_VERSION),0.20
0.20-softpad),mythdvd) \
mythgallery \
@@ -60,7 +59,6 @@
perl \
wiimote \
backend \
- vlan \
$(if $(filter $(mm_DEBUG),yes),debug)
# Indicates the microprocessor architecture.
# Valid values for mm_GARCH are 'c3', 'c3-2', 'pentium-mmx' and 'x86-64'.
Modified: trunk/gar-minimyth/script/utils/busybox/checksums
==============================================================================
--- trunk/gar-minimyth/script/utils/busybox/checksums (original)
+++ trunk/gar-minimyth/script/utils/busybox/checksums Mon Jun 22 17:13:22
2009
@@ -8,4 +8,4 @@
6e4ee71f800d70d9b1ab4da4b1c09782
download/busybox-1.14.1-dhcp_options.patch
81e6ab7f1058db274797e57728db493c
download/busybox-1.14.1-dhcp_timezone.patch
ea8eb4c9335e415053d59e3a0b32489d
download/busybox-1.14.1-tftp_timeout.patch
-995d7d3a9071f0ac2a5c2f8cec26ecd8 download/busybox-1.14.1.config
+bd4390f887f0817ad958a0ea09d8e636 download/busybox-1.14.1.config
Modified:
trunk/gar-minimyth/script/utils/busybox/files/busybox-1.14.1.config
==============================================================================
--- trunk/gar-minimyth/script/utils/busybox/files/busybox-1.14.1.config
(original)
+++ trunk/gar-minimyth/script/utils/busybox/files/busybox-1.14.1.config Mon
Jun 22 17:13:22 2009
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Busybox version: 1.14.1
-# Sun May 31 10:56:04 2009
+# Mon Jun 22 17:04:22 2009
#
CONFIG_HAVE_DOT_CONFIG=y
@@ -727,7 +727,7 @@
CONFIG_UDHCPC_DEFAULT_SCRIPT="@GAR_sysconfdir@/udhcpc.script"
CONFIG_UDHCPC_SLACK_FOR_BUGGY_SERVERS=80
CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS=""
-# CONFIG_VCONFIG is not set
+CONFIG_VCONFIG=y
# CONFIG_WGET is not set
# CONFIG_FEATURE_WGET_STATUSBAR is not set
# CONFIG_FEATURE_WGET_AUTHENTICATION is not set
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---