summaryrefslogtreecommitdiff
path: root/package/busybox/busybox-1.6.0-hushdep.patch
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-03-26 21:53:15 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-03-26 21:53:15 +0000
commit9c078e173aa2ce9d386942e8acb6acf811eeeddf (patch)
tree4e75fb59cfd5a889f9c07197d4118ade21c406a2 /package/busybox/busybox-1.6.0-hushdep.patch
parent49a411ea7374a4f2bb5d8ed69b99d2cd5a6fee2e (diff)
busybox: remove unused configs/patches
Diffstat (limited to 'package/busybox/busybox-1.6.0-hushdep.patch')
-rw-r--r--package/busybox/busybox-1.6.0-hushdep.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/package/busybox/busybox-1.6.0-hushdep.patch b/package/busybox/busybox-1.6.0-hushdep.patch
deleted file mode 100644
index 252267f44..000000000
--- a/package/busybox/busybox-1.6.0-hushdep.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- busybox-1.6.0/shell/Config.in Fri Jun 1 13:48:33 2007
-+++ busybox-1.6.0-hushdep/shell/Config.in Sun Jun 10 01:02:47 2007
-@@ -179,6 +179,7 @@
- config HUSH_HELP
- bool "help builtin"
- default n
-+ depends on HUSH
- help
- Enable help builtin in hush. Code size + ~1 kbyte.
-
-@@ -206,18 +207,21 @@
- config HUSH_TICK
- bool "Process substitution"
- default n
-+ depends on HUSH
- help
- Enable process substitution `command` and $(command) in hush.
-
- config HUSH_IF
- bool "Support if/then/elif/else/fi"
- default n
-+ depends on HUSH
- help
- Enable if/then/elif/else/fi in hush.
-
- config HUSH_LOOPS
- bool "Support for, while and until loops"
- default n
-+ depends on HUSH
- help
- Enable for, while and until loops in hush.
-