r2060 - in trunk

dslinux_sonny_jim at dslinux.in-berlin.de dslinux_sonny_jim at dslinux.in-berlin.de
Wed Dec 12 16:54:58 CET 2007


Author: sonny_jim
Date: 2007-12-12 16:54:58 +0100 (Wed, 12 Dec 2007)
New Revision: 2060

Log:
Enable gzip in the DLDI builds

Modified: trunk/config/Configure.help
===================================================================
--- trunk/config/Configure.help	2007-12-12 15:53:00 UTC (rev 2059)
+++ trunk/config/Configure.help	2007-12-12 15:54:58 UTC (rev 2060)
@@ -3275,6 +3275,9 @@
 CONFIG_USER_BZIP2_BZIP2
   The high-quality, open-source data compressor
 
+CONFIG_USER_GZIP_GZIP
+  GNU zip is a compression utility designed to be a replacement for compress.
+
 CONFIG_USER_TAR_TAR
   The GNU Tape Archiving utility
 

Modified: trunk/config/config.in
===================================================================
--- trunk/config/config.in	2007-12-12 15:53:00 UTC (rev 2059)
+++ trunk/config/config.in	2007-12-12 15:54:58 UTC (rev 2060)
@@ -230,6 +230,7 @@
 comment "Compression"
 bool 'tar'			CONFIG_USER_TAR_TAR
 bool 'bzip2'			CONFIG_USER_BZIP2_BZIP2
+bool 'gzip'			CONFIG_USER_GZIP_GZIP
 
 comment 'EXT2'
 bool 'e2fsck'			CONFIG_USER_E2FSPROGS_E2FSCK_E2FSCK

Modified: trunk/user/Makefile
===================================================================
--- trunk/user/Makefile	2007-12-12 15:53:00 UTC (rev 2059)
+++ trunk/user/Makefile	2007-12-12 15:54:58 UTC (rev 2060)
@@ -150,6 +150,7 @@
 dir_$(CONFIG_USER_GDB_GDBSERVER)            += gdb
 dir_$(CONFIG_USER_GETTYD_GETTYD)            += gettyd
 dir_$(CONFIG_USER_GREP_GREP)                += grep
+dir_$(CONFIG_USER_GZIP_GZIP)                += gzip
 dir_$(CONFIG_USER_HD_HD)                    += hd
 dir_$(CONFIG_USER_HOSTAP_HOSTAP)            += hostap
 dir_$(CONFIG_USER_HEXEDIT_HEXEDIT)          += hexedit

Modified: trunk/vendors/Nintendo/DLDI/config.vendor
===================================================================
--- trunk/vendors/Nintendo/DLDI/config.vendor	2007-12-12 15:53:00 UTC (rev 2059)
+++ trunk/vendors/Nintendo/DLDI/config.vendor	2007-12-12 15:54:58 UTC (rev 2060)
@@ -145,6 +145,7 @@
 #
 CONFIG_USER_TAR_TAR=y
 CONFIG_USER_BZIP2_BZIP2=y
+CONFIG_USER_GZIP_GZIP=y
 
 #
 # EXT2

Modified: trunk/vendors/Nintendo/DSGBA/config.vendor
===================================================================
--- trunk/vendors/Nintendo/DSGBA/config.vendor	2007-12-12 15:53:00 UTC (rev 2059)
+++ trunk/vendors/Nintendo/DSGBA/config.vendor	2007-12-12 15:54:58 UTC (rev 2060)
@@ -146,6 +146,7 @@
 #
 # CONFIG_USER_TAR_TAR is not set
 # CONFIG_USER_BZIP2_BZIP2 is not set
+# CONFIG_USER_GZIP_GZIP is not set
 
 #
 # EXT2

Modified: trunk/vendors/Nintendo/DSMEM/config.vendor
===================================================================
--- trunk/vendors/Nintendo/DSMEM/config.vendor	2007-12-12 15:53:00 UTC (rev 2059)
+++ trunk/vendors/Nintendo/DSMEM/config.vendor	2007-12-12 15:54:58 UTC (rev 2060)
@@ -145,6 +145,7 @@
 #
 # CONFIG_USER_TAR_TAR is not set
 # CONFIG_USER_BZIP2_BZIP2 is not set
+# CONFIG_USER_GZIP_GZIP is not set
 
 #
 # EXT2

Modified: trunk/vendors/Nintendo/GBAMP/config.vendor
===================================================================
--- trunk/vendors/Nintendo/GBAMP/config.vendor	2007-12-12 15:53:00 UTC (rev 2059)
+++ trunk/vendors/Nintendo/GBAMP/config.vendor	2007-12-12 15:54:58 UTC (rev 2060)
@@ -145,6 +145,7 @@
 #
 # CONFIG_USER_TAR_TAR is not set
 # CONFIG_USER_BZIP2_BZIP2 is not set
+# CONFIG_USER_GZIP_GZIP is not set
 
 #
 # EXT2

Modified: trunk/vendors/Nintendo/NDS/config.vendor
===================================================================
--- trunk/vendors/Nintendo/NDS/config.vendor	2007-12-12 15:53:00 UTC (rev 2059)
+++ trunk/vendors/Nintendo/NDS/config.vendor	2007-12-12 15:54:58 UTC (rev 2060)
@@ -145,6 +145,7 @@
 #
 # CONFIG_USER_TAR_TAR is not set
 # CONFIG_USER_BZIP2_BZIP2 is not set
+# CONFIG_USER_GZIP_GZIP is not set
 
 #
 # EXT2



More information about the dslinux-commit mailing list