summaryrefslogtreecommitdiff
path: root/package/busybox/patches/003-defaults-no.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-12-30 22:45:29 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-12-30 22:45:29 +0100
commit220a96f9926788ed531717f78e44fdf1e7ab3b34 (patch)
tree406f65eea71fabd8cf66c2bd1108ec63f8c349ee /package/busybox/patches/003-defaults-no.patch
parent38af8185ea05a1c5d1abb32a68a025e3b4afa4d6 (diff)
rework architecture / embedded systems concept
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)
Diffstat (limited to 'package/busybox/patches/003-defaults-no.patch')
-rw-r--r--package/busybox/patches/003-defaults-no.patch132
1 files changed, 0 insertions, 132 deletions
diff --git a/package/busybox/patches/003-defaults-no.patch b/package/busybox/patches/003-defaults-no.patch
deleted file mode 100644
index 1bc448165..000000000
--- a/package/busybox/patches/003-defaults-no.patch
+++ /dev/null
@@ -1,132 +0,0 @@
-diff -Nur busybox-1.17.1.orig/Config.in busybox-1.17.1/Config.in
---- busybox-1.17.1.orig/Config.in 2010-07-25 00:12:56.000000000 +0200
-+++ busybox-1.17.1/Config.in 2010-07-26 14:32:24.000000000 +0200
-@@ -15,7 +15,7 @@
-
- config DESKTOP
- bool "Enable options for full-blown desktop systems"
-- default y
-+ default n
- help
- Enable options and features which are not essential.
- Select this only if you plan to use busybox on full-blown
-@@ -32,7 +32,7 @@
-
- config INCLUDE_SUSv2
- bool "Enable obsolete features removed before SUSv3"
-- default y
-+ default n
- help
- This option will enable backwards compatibility with SuSv2,
- specifically, old-style numeric options ('command -1 <file>')
-diff -Nur busybox-1.17.1.orig/archival/Config.src busybox-1.17.1/archival/Config.src
---- busybox-1.17.1.orig/archival/Config.src 2010-07-25 00:12:56.000000000 +0200
-+++ busybox-1.17.1/archival/Config.src 2010-07-26 14:30:27.000000000 +0200
-@@ -79,7 +79,7 @@
-
- config BUNZIP2
- bool "bunzip2"
-- default y
-+ default n
- help
- bunzip2 is a compression utility using the Burrows-Wheeler block
- sorting text compression algorithm, and Huffman coding. Compression
-@@ -92,7 +92,7 @@
-
- config BZIP2
- bool "bzip2"
-- default y
-+ default n
- help
- bzip2 is a compression utility using the Burrows-Wheeler block
- sorting text compression algorithm, and Huffman coding. Compression
-@@ -105,7 +105,7 @@
-
- config CPIO
- bool "cpio"
-- default y
-+ default n
- help
- cpio is an archival utility program used to create, modify, and
- extract contents from archives.
-@@ -204,19 +204,19 @@
-
- config RPM2CPIO
- bool "rpm2cpio"
-- default y
-+ default n
- help
- Converts an RPM file into a CPIO archive.
-
- config RPM
- bool "rpm"
-- default y
-+ default n
- help
- Mini RPM applet - queries and extracts RPM packages.
-
- config TAR
- bool "tar"
-- default y
-+ default n
- help
- tar is an archiving program. It's commonly used with gzip to
- create compressed archives. It's probably the most widely used
-@@ -323,7 +323,7 @@
-
- config UNLZMA
- bool "unlzma"
-- default y
-+ default n
- help
- unlzma is a compression utility using the Lempel-Ziv-Markov chain
- compression algorithm, and range coding. Compression
-@@ -354,7 +354,7 @@
-
- config UNXZ
- bool "unxz"
-- default y
-+ default n
- help
- unxz is a unlzma successor.
-
-diff -Nur busybox-1.17.1.orig/editors/Config.src busybox-1.17.1/editors/Config.src
---- busybox-1.17.1.orig/editors/Config.src 2010-07-06 04:25:53.000000000 +0200
-+++ busybox-1.17.1/editors/Config.src 2010-07-26 14:30:27.000000000 +0200
-@@ -31,7 +31,7 @@
-
- config DIFF
- bool "diff"
-- default y
-+ default n
- help
- diff compares two files or directories and outputs the
- differences between them in a form that can be given to
-@@ -62,13 +62,13 @@
-
- config PATCH
- bool "patch"
-- default y
-+ default n
- help
- Apply a unified diff formatted patch.
-
- config SED
- bool "sed"
-- default y
-+ default n
- help
- sed is used to perform text transformations on a file
- or input from a pipeline.
-diff -Nur busybox-1.17.1.orig/networking/Config.src busybox-1.17.1/networking/Config.src
---- busybox-1.17.1.orig/networking/Config.src 2010-07-25 00:12:43.000000000 +0200
-+++ busybox-1.17.1/networking/Config.src 2010-07-26 14:30:27.000000000 +0200
-@@ -961,7 +961,7 @@
-
- config WGET
- bool "wget"
-- default y
-+ default n
- help
- wget is a utility for non-interactive download of files from HTTP,
- HTTPS, and FTP servers.