003-defaults-no.patch 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. diff -Nur busybox-1.17.0.orig/archival/Config.src busybox-1.17.0/archival/Config.src
  2. --- busybox-1.17.0.orig/archival/Config.src 2010-06-25 01:32:35.000000000 +0200
  3. +++ busybox-1.17.0/archival/Config.src 2010-07-16 02:06:58.336016174 +0200
  4. @@ -39,7 +39,7 @@
  5. config AR
  6. bool "ar"
  7. - default y
  8. + default n
  9. help
  10. ar is an archival utility program used to create, modify, and
  11. extract contents from archives. An archive is a single file holding
  12. @@ -79,7 +79,7 @@
  13. config BUNZIP2
  14. bool "bunzip2"
  15. - default y
  16. + default n
  17. help
  18. bunzip2 is a compression utility using the Burrows-Wheeler block
  19. sorting text compression algorithm, and Huffman coding. Compression
  20. @@ -92,7 +92,7 @@
  21. config BZIP2
  22. bool "bzip2"
  23. - default y
  24. + default n
  25. help
  26. bzip2 is a compression utility using the Burrows-Wheeler block
  27. sorting text compression algorithm, and Huffman coding. Compression
  28. @@ -105,7 +105,7 @@
  29. config CPIO
  30. bool "cpio"
  31. - default y
  32. + default n
  33. help
  34. cpio is an archival utility program used to create, modify, and
  35. extract contents from archives.
  36. @@ -204,19 +204,19 @@
  37. config RPM2CPIO
  38. bool "rpm2cpio"
  39. - default y
  40. + default n
  41. help
  42. Converts an RPM file into a CPIO archive.
  43. config RPM
  44. bool "rpm"
  45. - default y
  46. + default n
  47. help
  48. Mini RPM applet - queries and extracts RPM packages.
  49. config TAR
  50. bool "tar"
  51. - default y
  52. + default n
  53. help
  54. tar is an archiving program. It's commonly used with gzip to
  55. create compressed archives. It's probably the most widely used
  56. @@ -323,7 +323,7 @@
  57. config UNLZMA
  58. bool "unlzma"
  59. - default y
  60. + default n
  61. help
  62. unlzma is a compression utility using the Lempel-Ziv-Markov chain
  63. compression algorithm, and range coding. Compression
  64. @@ -354,7 +354,7 @@
  65. config UNXZ
  66. bool "unxz"
  67. - default y
  68. + default n
  69. help
  70. unxz is a unlzma successor.
  71. diff -Nur busybox-1.17.0.orig/editors/Config.src busybox-1.17.0/editors/Config.src
  72. --- busybox-1.17.0.orig/editors/Config.src 2010-06-24 04:40:43.000000000 +0200
  73. +++ busybox-1.17.0/editors/Config.src 2010-07-16 02:05:47.485881936 +0200
  74. @@ -31,7 +31,7 @@
  75. config DIFF
  76. bool "diff"
  77. - default y
  78. + default n
  79. help
  80. diff compares two files or directories and outputs the
  81. differences between them in a form that can be given to
  82. @@ -62,13 +62,13 @@
  83. config PATCH
  84. bool "patch"
  85. - default y
  86. + default n
  87. help
  88. Apply a unified diff formatted patch.
  89. config SED
  90. bool "sed"
  91. - default y
  92. + default n
  93. help
  94. sed is used to perform text transformations on a file
  95. or input from a pipeline.
  96. diff -Nur busybox-1.17.0.orig/networking/Config.src busybox-1.17.0/networking/Config.src
  97. --- busybox-1.17.0.orig/networking/Config.src 2010-06-27 04:21:56.000000000 +0200
  98. +++ busybox-1.17.0/networking/Config.src 2010-07-16 02:05:16.665861002 +0200
  99. @@ -961,7 +961,7 @@
  100. config WGET
  101. bool "wget"
  102. - default y
  103. + default n
  104. help
  105. wget is a utility for non-interactive download of files from HTTP,
  106. HTTPS, and FTP servers.