diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-03-26 21:53:15 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-03-26 21:53:15 +0000 |
commit | 9c078e173aa2ce9d386942e8acb6acf811eeeddf (patch) | |
tree | 4e75fb59cfd5a889f9c07197d4118ade21c406a2 /package/busybox/busybox-1.4.0-parse_config_file.patch | |
parent | 49a411ea7374a4f2bb5d8ed69b99d2cd5a6fee2e (diff) | |
download | buildroot-novena-9c078e173aa2ce9d386942e8acb6acf811eeeddf.tar.gz buildroot-novena-9c078e173aa2ce9d386942e8acb6acf811eeeddf.zip |
busybox: remove unused configs/patches
Diffstat (limited to 'package/busybox/busybox-1.4.0-parse_config_file.patch')
-rw-r--r-- | package/busybox/busybox-1.4.0-parse_config_file.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/busybox/busybox-1.4.0-parse_config_file.patch b/package/busybox/busybox-1.4.0-parse_config_file.patch deleted file mode 100644 index be142797c..000000000 --- a/package/busybox/busybox-1.4.0-parse_config_file.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- busybox-1.4.0/applets/applets.c Fri Jan 19 22:23:11 2007 -+++ busybox-1.4.0-parse_config_file/applets/applets.c Tue Jan 23 21:35:00 2007 -@@ -320,7 +320,7 @@ - } - - #else --#define parse_config_file() -+#define parse_config_file() ((void)0) - #endif /* CONFIG_FEATURE_SUID_CONFIG */ - - #ifdef CONFIG_FEATURE_SUID |