diff options
author | Mike Westerhof <mwester@dls.net> | 2006-03-01 02:23:55 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-01 02:23:55 +0000 |
commit | f3c738f66b66c663f682f9154b200ffeae89902d (patch) | |
tree | 02b5516abe638cd38de157e5db3d8c9370bc5123 /packages/nslu2-binary-only/unslung-rootfs-2.3r63/NOTES | |
parent | 74b0c595d3322c18ea52fafe97b2e67ba5ccc01f (diff) |
unslung-rootfs: unsling fix, empty pcmcia dir fix - unsling script fixed for no-automatic mount, updated README and NOTES, change to remove empty pcmcia dir
Diffstat (limited to 'packages/nslu2-binary-only/unslung-rootfs-2.3r63/NOTES')
-rw-r--r-- | packages/nslu2-binary-only/unslung-rootfs-2.3r63/NOTES | 29 |
1 files changed, 17 insertions, 12 deletions
diff --git a/packages/nslu2-binary-only/unslung-rootfs-2.3r63/NOTES b/packages/nslu2-binary-only/unslung-rootfs-2.3r63/NOTES index 98839fffa1..d37bf07d6b 100644 --- a/packages/nslu2-binary-only/unslung-rootfs-2.3r63/NOTES +++ b/packages/nslu2-binary-only/unslung-rootfs-2.3r63/NOTES @@ -470,15 +470,20 @@ to the slingbox version of mount. 6.6: -- Changed the code that handles the ".ext3flash" functionality so that it can - handle booting from either /dev/sda or /dev/sdb. -- Better text, and cleanup of the "telnet.htm" management page. -- Unsling now creates the wmtp and utmp files. -- Unsling now "edits" the .../conf/passwd file instead of replacing it. -- Ipkg dependencies fixed so that kernel-modules no longer need to be - "force-installed". -- Support for mounting ISO images stored on the local disk added - (kernel-modules loop.o and isofs.o are now created). -- The keyspan.o USB serial kernel-module is also created at build time. -- README file updated to reflect the new unsling script as well as the - change in preferred port for the primary external disk. +Changed the code that handles the ".ext3flash" functionality so that it can +handle booting from either /dev/sda or /dev/sdb. +Cleanup of the "telnet.htm" management page. +Unsling now creates the wmtp and utmp files. +Unsling now "edits" the .../conf/passwd file instead of replacing it. +Ipkg dependencies fixed so that kernel-modules no longer need "force-install". +Support for loopback mounting ISO images (loop.o and isofs.o are now created). +The keyspan.o USB serial kernel-module is also created at build time. +README file updated to reflect the new unsling script as well as the +change in preferred port for the primary external disk. + +6.7: + +Added original "netconsole" code as a kernel module +Fixed problem with password changing from the GUI and automatic mounting of +drives and flash devices in port 1. +Remove unnecessary directory /lib/modules/2.4.22-xfs/pcmcia. |