diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-06-26 11:16:22 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-06-26 11:16:22 +0000 |
commit | 382feb719285834ab2a06982b0e04eb94f899dc5 (patch) | |
tree | 8639d692540490e21de99f0be54b8b4d6d698456 /Changelog | |
parent | adabb70c1a20ff6c0d1e9dd6e4eee7b321334345 (diff) | |
download | busybox-w32-382feb719285834ab2a06982b0e04eb94f899dc5.tar.gz busybox-w32-382feb719285834ab2a06982b0e04eb94f899dc5.tar.bz2 busybox-w32-382feb719285834ab2a06982b0e04eb94f899dc5.zip |
* Fixed insmod module option parsing for options lacking an '='.
Fix thanks to Marc Nijdam <marc_nijdam@hp.com>
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@703 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ | |||
4 | "none" entries in /proc/mounts, added a hack to make sysinfo | 4 | "none" entries in /proc/mounts, added a hack to make sysinfo |
5 | work with both old and new kernels). | 5 | work with both old and new kernels). |
6 | * Fixed a nasty bug in tar when could mess up saved symlinks. | 6 | * Fixed a nasty bug in tar when could mess up saved symlinks. |
7 | * Fixed insmod module option parsing for options lacking an '='. | ||
8 | Fix thanks to Marc Nijdam <marc_nijdam@hp.com> | ||
7 | 9 | ||
8 | -Erik Andersen | 10 | -Erik Andersen |
9 | 11 | ||