r2065 - in trunk

dslinux_sonny_jim at dslinux.in-berlin.de dslinux_sonny_jim at dslinux.in-berlin.de
Wed Dec 12 17:08:19 CET 2007


Author: sonny_jim
Date: 2007-12-12 17:08:19 +0100 (Wed, 12 Dec 2007)
New Revision: 2065

Log:
Add minizip to build system and enable in DLDI

Modified: trunk/config/Configure.help
===================================================================
--- trunk/config/Configure.help	2007-12-12 16:02:00 UTC (rev 2064)
+++ trunk/config/Configure.help	2007-12-12 16:08:19 UTC (rev 2065)
@@ -3272,6 +3272,11 @@
 CONFIG_USER_BOOTTOOLS_RESET
   The uCsimm/uCdimm tools.
 
+CONFIG_USER_MINIZIP_MINIZIP
+  This package enables to extract files from a .zip archive file.
+  It is compatible with PKZip 2.04g, WinZip, InfoZip and more
+  Encryption, span zips and older methods are unsupported
+
 CONFIG_USER_BZIP2_BZIP2
   The high-quality, open-source data compressor
 

Modified: trunk/config/config.in
===================================================================
--- trunk/config/config.in	2007-12-12 16:02:00 UTC (rev 2064)
+++ trunk/config/config.in	2007-12-12 16:08:19 UTC (rev 2065)
@@ -231,6 +231,7 @@
 bool 'tar'			CONFIG_USER_TAR_TAR
 bool 'bzip2'			CONFIG_USER_BZIP2_BZIP2
 bool 'gzip'			CONFIG_USER_GZIP_GZIP
+bool 'minizip'			CONFIG_USER_MINIZIP_MINIZIP
 
 comment 'EXT2'
 bool 'e2fsck'			CONFIG_USER_E2FSPROGS_E2FSCK_E2FSCK

Modified: trunk/user/Makefile
===================================================================
--- trunk/user/Makefile	2007-12-12 16:02:00 UTC (rev 2064)
+++ trunk/user/Makefile	2007-12-12 16:08:19 UTC (rev 2065)
@@ -207,6 +207,7 @@
 dir_$(CONFIG_USER_MTDUTILS)                 += mtd-utils
 dir_$(CONFIG_USER_MICROWIN)                 += microwin
 dir_$(CONFIG_USER_MINI_HTTPD_MINI_HTTPD)    += mini_httpd
+dir_$(CONFIG_USER_MINIZIP_MINIZIP)          += minizip
 dir_$(CONFIG_USER_MOUNT_MOUNT)              += mount
 dir_$(CONFIG_USER_MOUNT_UMOUNT)             += mount
 dir_$(CONFIG_USER_MP3PLAY_MP3PLAY)          += mp3play

Modified: trunk/vendors/Nintendo/DLDI/config.vendor
===================================================================
--- trunk/vendors/Nintendo/DLDI/config.vendor	2007-12-12 16:02:00 UTC (rev 2064)
+++ trunk/vendors/Nintendo/DLDI/config.vendor	2007-12-12 16:08:19 UTC (rev 2065)
@@ -146,6 +146,7 @@
 CONFIG_USER_TAR_TAR=y
 CONFIG_USER_BZIP2_BZIP2=y
 CONFIG_USER_GZIP_GZIP=y
+CONFIG_USER_MINIZIP_MINIZIP=y
 
 #
 # EXT2

Modified: trunk/vendors/Nintendo/DSGBA/config.vendor
===================================================================
--- trunk/vendors/Nintendo/DSGBA/config.vendor	2007-12-12 16:02:00 UTC (rev 2064)
+++ trunk/vendors/Nintendo/DSGBA/config.vendor	2007-12-12 16:08:19 UTC (rev 2065)
@@ -147,6 +147,7 @@
 # CONFIG_USER_TAR_TAR is not set
 # CONFIG_USER_BZIP2_BZIP2 is not set
 # CONFIG_USER_GZIP_GZIP is not set
+# CONFIG_USER_MINIZIP_MINIZIP is not set
 
 #
 # EXT2

Modified: trunk/vendors/Nintendo/DSMEM/config.vendor
===================================================================
--- trunk/vendors/Nintendo/DSMEM/config.vendor	2007-12-12 16:02:00 UTC (rev 2064)
+++ trunk/vendors/Nintendo/DSMEM/config.vendor	2007-12-12 16:08:19 UTC (rev 2065)
@@ -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
+# CONFIG_USER_MINIZIP_MINIZIP is not set
 
 #
 # EXT2

Modified: trunk/vendors/Nintendo/GBAMP/config.vendor
===================================================================
--- trunk/vendors/Nintendo/GBAMP/config.vendor	2007-12-12 16:02:00 UTC (rev 2064)
+++ trunk/vendors/Nintendo/GBAMP/config.vendor	2007-12-12 16:08:19 UTC (rev 2065)
@@ -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
+# CONFIG_USER_MINIZIP_MINIZIP is not set
 
 #
 # EXT2

Modified: trunk/vendors/Nintendo/NDS/config.vendor
===================================================================
--- trunk/vendors/Nintendo/NDS/config.vendor	2007-12-12 16:02:00 UTC (rev 2064)
+++ trunk/vendors/Nintendo/NDS/config.vendor	2007-12-12 16:08:19 UTC (rev 2065)
@@ -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
+# CONFIG_USER_MINIZIP_MINIZIP is not set
 
 #
 # EXT2



More information about the dslinux-commit mailing list