summaryrefslogtreecommitdiff
path: root/package/busybox/patches/003-defaults.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2012-08-30 10:20:41 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2012-08-30 10:20:41 +0200
commit46b42b19c7dec20400c1c7621d09277bf3d92874 (patch)
treea049bdbc56c981896da1131fcfb23ca178b1f255 /package/busybox/patches/003-defaults.patch
parent8865b970f9db91f24472c596117c785cb76cdb2b (diff)
update busybox to latest stable version, refresh all Config.in files
Diffstat (limited to 'package/busybox/patches/003-defaults.patch')
-rw-r--r--package/busybox/patches/003-defaults.patch119
1 files changed, 54 insertions, 65 deletions
diff --git a/package/busybox/patches/003-defaults.patch b/package/busybox/patches/003-defaults.patch
index 2592dc04c..826a0a1a7 100644
--- a/package/busybox/patches/003-defaults.patch
+++ b/package/busybox/patches/003-defaults.patch
@@ -1,27 +1,6 @@
-diff -Nur busybox-1.19.4.orig/Config.in busybox-1.19.4/Config.in
---- busybox-1.19.4.orig/Config.in 2012-02-04 20:34:24.000000000 +0100
-+++ busybox-1.19.4/Config.in 2012-03-20 16:07:34.206229130 +0100
-@@ -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.19.4.orig/archival/Config.src busybox-1.19.4/archival/Config.src
---- busybox-1.19.4.orig/archival/Config.src 2012-02-04 20:34:24.000000000 +0100
-+++ busybox-1.19.4/archival/Config.src 2012-03-20 16:07:34.206229130 +0100
+diff -Nur busybox-1.20.2.orig//archival/Config.src busybox-1.20.2/archival/Config.src
+--- busybox-1.20.2.orig//archival/Config.src 2012-06-26 15:35:45.000000000 +0200
++++ busybox-1.20.2/archival/Config.src 2012-08-28 11:52:12.000000000 +0200
@@ -79,7 +79,7 @@
config BUNZIP2
@@ -49,7 +28,7 @@ diff -Nur busybox-1.19.4.orig/archival/Config.src busybox-1.19.4/archival/Config
help
cpio is an archival utility program used to create, modify, and
extract contents from archives.
-@@ -204,19 +204,19 @@
+@@ -216,19 +216,19 @@
config RPM2CPIO
bool "rpm2cpio"
@@ -72,7 +51,7 @@ diff -Nur busybox-1.19.4.orig/archival/Config.src busybox-1.19.4/archival/Config
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 @@
+@@ -335,7 +335,7 @@
config UNLZMA
bool "unlzma"
@@ -81,7 +60,7 @@ diff -Nur busybox-1.19.4.orig/archival/Config.src busybox-1.19.4/archival/Config
help
unlzma is a compression utility using the Lempel-Ziv-Markov chain
compression algorithm, and range coding. Compression
-@@ -354,7 +354,7 @@
+@@ -363,7 +363,7 @@
config UNXZ
bool "unxz"
@@ -90,9 +69,30 @@ diff -Nur busybox-1.19.4.orig/archival/Config.src busybox-1.19.4/archival/Config
help
unxz is a unlzma successor.
-diff -Nur busybox-1.19.4.orig/editors/Config.src busybox-1.19.4/editors/Config.src
---- busybox-1.19.4.orig/editors/Config.src 2012-02-04 20:24:55.000000000 +0100
-+++ busybox-1.19.4/editors/Config.src 2012-03-20 16:07:34.206229130 +0100
+diff -Nur busybox-1.20.2.orig//Config.in busybox-1.20.2/Config.in
+--- busybox-1.20.2.orig//Config.in 2012-06-26 15:35:45.000000000 +0200
++++ busybox-1.20.2/Config.in 2012-08-28 11:52:12.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.20.2.orig//editors/Config.src busybox-1.20.2/editors/Config.src
+--- busybox-1.20.2.orig//editors/Config.src 2012-06-26 15:35:45.000000000 +0200
++++ busybox-1.20.2/editors/Config.src 2012-08-28 11:52:12.000000000 +0200
@@ -31,7 +31,7 @@
config DIFF
@@ -111,9 +111,9 @@ diff -Nur busybox-1.19.4.orig/editors/Config.src busybox-1.19.4/editors/Config.s
help
sed is used to perform text transformations on a file
or input from a pipeline.
-diff -Nur busybox-1.19.4.orig/editors/patch.c busybox-1.19.4/editors/patch.c
---- busybox-1.19.4.orig/editors/patch.c 2012-02-04 20:34:24.000000000 +0100
-+++ busybox-1.19.4/editors/patch.c 2012-03-20 16:07:34.206229130 +0100
+diff -Nur busybox-1.20.2.orig//editors/patch.c busybox-1.20.2/editors/patch.c
+--- busybox-1.20.2.orig//editors/patch.c 2012-06-26 15:35:45.000000000 +0200
++++ busybox-1.20.2/editors/patch.c 2012-08-28 11:52:12.000000000 +0200
@@ -24,7 +24,7 @@
//config:config PATCH
@@ -123,9 +123,9 @@ diff -Nur busybox-1.19.4.orig/editors/patch.c busybox-1.19.4/editors/patch.c
//config: help
//config: Apply a unified diff formatted patch.
-diff -Nur busybox-1.19.4.orig/findutils/find.c busybox-1.19.4/findutils/find.c
---- busybox-1.19.4.orig/findutils/find.c 2012-02-04 20:24:55.000000000 +0100
-+++ busybox-1.19.4/findutils/find.c 2012-03-20 16:07:34.206229130 +0100
+diff -Nur busybox-1.20.2.orig//findutils/find.c busybox-1.20.2/findutils/find.c
+--- busybox-1.20.2.orig//findutils/find.c 2012-06-26 15:35:45.000000000 +0200
++++ busybox-1.20.2/findutils/find.c 2012-08-28 11:52:12.000000000 +0200
@@ -55,7 +55,7 @@
//config:config FIND
@@ -135,9 +135,9 @@ diff -Nur busybox-1.19.4.orig/findutils/find.c busybox-1.19.4/findutils/find.c
//config: help
//config: find is used to search your system to find specified files.
//config:
-diff -Nur busybox-1.19.4.orig/findutils/grep.c busybox-1.19.4/findutils/grep.c
---- busybox-1.19.4.orig/findutils/grep.c 2012-02-04 20:24:55.000000000 +0100
-+++ busybox-1.19.4/findutils/grep.c 2012-03-20 16:07:34.206229130 +0100
+diff -Nur busybox-1.20.2.orig//findutils/grep.c busybox-1.20.2/findutils/grep.c
+--- busybox-1.20.2.orig//findutils/grep.c 2012-06-26 15:35:45.000000000 +0200
++++ busybox-1.20.2/findutils/grep.c 2012-08-28 11:52:12.000000000 +0200
@@ -26,7 +26,7 @@
//config:config GREP
@@ -147,10 +147,10 @@ diff -Nur busybox-1.19.4.orig/findutils/grep.c busybox-1.19.4/findutils/grep.c
//config: help
//config: grep is used to search files for a specified pattern.
//config:
-diff -Nur busybox-1.19.4.orig/include/applets.src.h busybox-1.19.4/include/applets.src.h
---- busybox-1.19.4.orig/include/applets.src.h 2012-02-04 20:34:24.000000000 +0100
-+++ busybox-1.19.4/include/applets.src.h 2012-03-20 16:12:28.806228451 +0100
-@@ -244,9 +244,9 @@
+diff -Nur busybox-1.20.2.orig//include/applets.src.h busybox-1.20.2/include/applets.src.h
+--- busybox-1.20.2.orig//include/applets.src.h 2012-07-02 16:08:25.000000000 +0200
++++ busybox-1.20.2/include/applets.src.h 2012-08-28 11:52:12.000000000 +0200
+@@ -242,9 +242,9 @@
IF_MICROCOM(APPLET(microcom, BB_DIR_USR_BIN, BB_SUID_DROP))
IF_MKDIR(APPLET_NOFORK(mkdir, mkdir, BB_DIR_BIN, BB_SUID_DROP, mkdir))
IF_MKFS_VFAT(APPLET_ODDNAME(mkdosfs, mkfs_vfat, BB_DIR_SBIN, BB_SUID_DROP, mkfs_vfat))
@@ -162,9 +162,9 @@ diff -Nur busybox-1.19.4.orig/include/applets.src.h busybox-1.19.4/include/apple
//IF_MKE2FS(APPLET_ODDNAME(mkfs.ext3, mke2fs, BB_DIR_SBIN, BB_SUID_DROP, mkfs_ext3))
IF_MKFS_MINIX(APPLET_ODDNAME(mkfs.minix, mkfs_minix, BB_DIR_SBIN, BB_SUID_DROP, mkfs_minix))
IF_MKFS_REISER(APPLET_ODDNAME(mkfs.reiser, mkfs_reiser, BB_DIR_SBIN, BB_SUID_DROP, mkfs_reiser))
-diff -Nur busybox-1.19.4.orig/miscutils/Config.src busybox-1.19.4/miscutils/Config.src
---- busybox-1.19.4.orig/miscutils/Config.src 2012-02-04 20:24:55.000000000 +0100
-+++ busybox-1.19.4/miscutils/Config.src 2012-03-20 16:07:34.206229130 +0100
+diff -Nur busybox-1.20.2.orig//miscutils/Config.src busybox-1.20.2/miscutils/Config.src
+--- busybox-1.20.2.orig//miscutils/Config.src 2012-06-26 15:35:45.000000000 +0200
++++ busybox-1.20.2/miscutils/Config.src 2012-08-28 11:52:12.000000000 +0200
@@ -362,7 +362,7 @@
config HDPARM
@@ -183,9 +183,9 @@ diff -Nur busybox-1.19.4.orig/miscutils/Config.src busybox-1.19.4/miscutils/Conf
select PLATFORM_LINUX
help
The watchdog utility is used with hardware or software watchdog
-diff -Nur busybox-1.19.4.orig/networking/Config.src busybox-1.19.4/networking/Config.src
---- busybox-1.19.4.orig/networking/Config.src 2012-02-04 20:34:24.000000000 +0100
-+++ busybox-1.19.4/networking/Config.src 2012-03-20 16:07:34.206229130 +0100
+diff -Nur busybox-1.20.2.orig//networking/Config.src busybox-1.20.2/networking/Config.src
+--- busybox-1.20.2.orig//networking/Config.src 2012-07-02 16:08:25.000000000 +0200
++++ busybox-1.20.2/networking/Config.src 2012-08-28 11:52:12.000000000 +0200
@@ -64,7 +64,7 @@
config BRCTL
@@ -204,7 +204,7 @@ diff -Nur busybox-1.19.4.orig/networking/Config.src busybox-1.19.4/networking/Co
select PLATFORM_LINUX
help
Send a magic packet to wake up sleeping machines.
-@@ -498,7 +498,7 @@
+@@ -506,7 +506,7 @@
config IP
bool "ip"
@@ -213,7 +213,7 @@ diff -Nur busybox-1.19.4.orig/networking/Config.src busybox-1.19.4/networking/Co
select PLATFORM_LINUX
help
The "ip" applet is a TCP/IP interface configuration and routing
-@@ -935,7 +935,7 @@
+@@ -943,7 +943,7 @@
config WGET
bool "wget"
@@ -222,9 +222,9 @@ diff -Nur busybox-1.19.4.orig/networking/Config.src busybox-1.19.4/networking/Co
help
wget is a utility for non-interactive download of files from HTTP,
HTTPS, and FTP servers.
-diff -Nur busybox-1.19.4.orig/util-linux/Config.src busybox-1.19.4/util-linux/Config.src
---- busybox-1.19.4.orig/util-linux/Config.src 2012-02-04 20:34:24.000000000 +0100
-+++ busybox-1.19.4/util-linux/Config.src 2012-03-20 16:09:26.662228452 +0100
+diff -Nur busybox-1.20.2.orig//util-linux/Config.src busybox-1.20.2/util-linux/Config.src
+--- busybox-1.20.2.orig//util-linux/Config.src 2012-06-26 15:35:45.000000000 +0200
++++ busybox-1.20.2/util-linux/Config.src 2012-08-28 11:52:12.000000000 +0200
@@ -246,13 +246,6 @@
check for and attempt to repair any corruption that occurs to a minix
filesystem.
@@ -257,14 +257,3 @@ diff -Nur busybox-1.19.4.orig/util-linux/Config.src busybox-1.19.4/util-linux/Co
#select PLATFORM_LINUX
help
lsusb is a utility for displaying information about USB buses in the
-diff -Nur busybox-1.19.4.orig/util-linux/Kbuild.src busybox-1.19.4/util-linux/Kbuild.src
---- busybox-1.19.4.orig/util-linux/Kbuild.src 2012-02-04 20:34:24.000000000 +0100
-+++ busybox-1.19.4/util-linux/Kbuild.src 2012-03-20 16:10:21.682228369 +0100
-@@ -27,7 +27,6 @@
- lib-$(CONFIG_LSPCI) += lspci.o
- lib-$(CONFIG_LSUSB) += lsusb.o
- lib-$(CONFIG_MDEV) += mdev.o
--lib-$(CONFIG_MKFS_EXT2) += mkfs_ext2.o
- lib-$(CONFIG_MKFS_MINIX) += mkfs_minix.o
- lib-$(CONFIG_MKFS_REISER) += mkfs_reiser.o
- lib-$(CONFIG_MKFS_VFAT) += mkfs_vfat.o