r2052 - in trunk

dslinux_sonny_jim at dslinux.in-berlin.de dslinux_sonny_jim at dslinux.in-berlin.de
Wed Dec 12 16:25:19 CET 2007


Author: sonny_jim
Date: 2007-12-12 16:25:19 +0100 (Wed, 12 Dec 2007)
New Revision: 2052

Log:
Enable bzip2 in the DLDI builds

Modified: trunk/config/Configure.help
===================================================================
--- trunk/config/Configure.help	2007-12-12 15:21:00 UTC (rev 2051)
+++ trunk/config/Configure.help	2007-12-12 15:25:19 UTC (rev 2052)
@@ -3272,6 +3272,9 @@
 CONFIG_USER_BOOTTOOLS_RESET
   The uCsimm/uCdimm tools.
 
+CONFIG_USER_BZIP2_BZIP2
+  The high-quality, open-source data compressor
+
 CONFIG_USER_TAR_TAR
   The GNU Tape Archiving utility
 

Modified: trunk/config/config.in
===================================================================
--- trunk/config/config.in	2007-12-12 15:21:00 UTC (rev 2051)
+++ trunk/config/config.in	2007-12-12 15:25:19 UTC (rev 2052)
@@ -229,6 +229,7 @@
 
 comment "Compression"
 bool 'tar'			CONFIG_USER_TAR_TAR
+bool 'bzip2'			CONFIG_USER_BZIP2_BZIP2
 
 comment 'EXT2'
 bool 'e2fsck'			CONFIG_USER_E2FSPROGS_E2FSCK_E2FSCK

Modified: trunk/user/Makefile
===================================================================
--- trunk/user/Makefile	2007-12-12 15:21:00 UTC (rev 2051)
+++ trunk/user/Makefile	2007-12-12 15:25:19 UTC (rev 2052)
@@ -55,6 +55,7 @@
 dir_$(CONFIG_USER_BRCFG_BRCFG)              += brcfg
 dir_$(CONFIG_USER_BRCTL_BRCTL)              += bridge-utils
 dir_$(CONFIG_USER_BUSYBOX_BUSYBOX)          += busybox
+dir_$(CONFIG_USER_BZIP2_BZIP2)              += bzip2
 dir_$(CONFIG_USER_CAL_CAL)                  += cal
 dir_$(CONFIG_USER_CAL_DATE)                 += cal
 dir_$(CONFIG_USER_CAMSERV)                  += camserv

Modified: trunk/vendors/Nintendo/DLDI/config.vendor
===================================================================
--- trunk/vendors/Nintendo/DLDI/config.vendor	2007-12-12 15:21:00 UTC (rev 2051)
+++ trunk/vendors/Nintendo/DLDI/config.vendor	2007-12-12 15:25:19 UTC (rev 2052)
@@ -144,6 +144,7 @@
 # Compression
 #
 CONFIG_USER_TAR_TAR=y
+CONFIG_USER_BZIP2_BZIP2=y
 
 #
 # EXT2
@@ -368,7 +369,8 @@
 # CONFIG_USER_LANG_A60 is not set
 # CONFIG_USER_ARJ_ARJ is not set
 CONFIG_USER_AUTOLOGIN_AUTOLOGIN=y
-# CONFIG_USER_BZIP2_BZIP2 is not set
+CONFIG_USER_BZIP2_BZIP2=y
+CONFIG_LIB_LIBBZ2=y
 CONFIG_USER_CAL_CAL=y
 # CONFIG_USER_CHAT_CHAT is not set
 # CONFIG_USER_CKSUM_CKSUM is not set

Modified: trunk/vendors/Nintendo/DSGBA/config.vendor
===================================================================
--- trunk/vendors/Nintendo/DSGBA/config.vendor	2007-12-12 15:21:00 UTC (rev 2051)
+++ trunk/vendors/Nintendo/DSGBA/config.vendor	2007-12-12 15:25:19 UTC (rev 2052)
@@ -145,6 +145,7 @@
 # Compression
 #
 # CONFIG_USER_TAR_TAR is not set
+# CONFIG_USER_BZIP2_BZIP2 is not set
 
 #
 # EXT2

Modified: trunk/vendors/Nintendo/DSMEM/config.vendor
===================================================================
--- trunk/vendors/Nintendo/DSMEM/config.vendor	2007-12-12 15:21:00 UTC (rev 2051)
+++ trunk/vendors/Nintendo/DSMEM/config.vendor	2007-12-12 15:25:19 UTC (rev 2052)
@@ -144,6 +144,7 @@
 # Compression
 #
 # CONFIG_USER_TAR_TAR is not set
+# CONFIG_USER_BZIP2_BZIP2 is not set
 
 #
 # EXT2

Modified: trunk/vendors/Nintendo/GBAMP/config.vendor
===================================================================
--- trunk/vendors/Nintendo/GBAMP/config.vendor	2007-12-12 15:21:00 UTC (rev 2051)
+++ trunk/vendors/Nintendo/GBAMP/config.vendor	2007-12-12 15:25:19 UTC (rev 2052)
@@ -144,6 +144,7 @@
 # Compression
 #
 # CONFIG_USER_TAR_TAR is not set
+# CONFIG_USER_BZIP2_BZIP2 is not set
 
 #
 # EXT2

Modified: trunk/vendors/Nintendo/NDS/config.vendor
===================================================================
--- trunk/vendors/Nintendo/NDS/config.vendor	2007-12-12 15:21:00 UTC (rev 2051)
+++ trunk/vendors/Nintendo/NDS/config.vendor	2007-12-12 15:25:19 UTC (rev 2052)
@@ -144,6 +144,7 @@
 # Compression
 #
 # CONFIG_USER_TAR_TAR is not set
+# CONFIG_USER_BZIP2_BZIP2 is not set
 
 #
 # EXT2



More information about the dslinux-commit mailing list