Roadmap of Openlink Development
From NAS-Central Buffalo - The Linkstation Wiki
(Difference between revisions)
Mindbender (Talk | contribs) (→0.7x) |
Mindbender (Talk | contribs) |
||
| Line 31: | Line 31: | ||
- unzip (no password-protection-support) | - unzip (no password-protection-support) | ||
- zip (no password-protection-support) | - zip (no password-protection-support) | ||
| + | - sed | ||
*'''adding [http://www.busybox.net/downloads/BusyBox.html additional busybox commands] that might be useful (scroll down to COMMANDS)''' | *'''adding [http://www.busybox.net/downloads/BusyBox.html additional busybox commands] that might be useful (scroll down to COMMANDS)''' | ||
+ /usr/bin/arping | + /usr/bin/arping | ||
| Line 48: | Line 49: | ||
+ ipkg-binary | + ipkg-binary | ||
configure /etc/ipkg.conf for the new feeds (which are currently empty) | configure /etc/ipkg.conf for the new feeds (which are currently empty) | ||
| + | [[http://handhelds.org/moin/moin.cgi/Ipkg|IPKG-Feed]] (see [[Articles/GeneralIpkgArticles|ipkg-articles by nix]] also) | ||
*'''make it easy to create custom openlink-images''' | *'''make it easy to create custom openlink-images''' | ||
+ full unzip | + full unzip | ||
+ full zip | + full zip | ||
| - | + | + full sed | |
== 0.8x == | == 0.8x == | ||
| Line 70: | Line 72: | ||
*'''updating some apps:''' | *'''updating some apps:''' | ||
[http://www.proftpd.org proftpd] '''from 1.2.9 to''' [http://www.proftpd.org/docs/RELEASE_NOTES-1.3.0 1.3.0] '''for example''' | [http://www.proftpd.org proftpd] '''from 1.2.9 to''' [http://www.proftpd.org/docs/RELEASE_NOTES-1.3.0 1.3.0] '''for example''' | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
[[Category:General]] | [[Category:General]] | ||
[[Category:OpenLink]] | [[Category:OpenLink]] | ||
Revision as of 12:05, 12 July 2006
This article
Based on work by moomoo and mindbender.
Originally by mindbender.
at Linkstationwiki.org
Contents |
0.52b
- used as a stable base image
0.6
- skipped because it was unstable
0.72
- for fixing bugs of 0.52b reported in the PITS/PITS
- updated busybox to 1.1.3
0.7x
- upgrading the busybox to 1.2
- wget - unzip (no password-protection-support) - zip (no password-protection-support) - sed
- adding additional busybox commands that might be useful (scroll down to COMMANDS)
+ /usr/bin/arping + /usr/bin/etherwake + /usr/bin/less + /bin/nice + /usr/bin/nohup + /usr/bin/nslookup + /usr/bin/openvt + /sbin/pivot_root + /usr/bin/renice + /usr/bin/traceroute
- make it compatible to andre's webinstaller for kernel 2.6
+ full wget + diff
- add ipkg
+ ipkg-binary configure /etc/ipkg.conf for the new feeds (which are currently empty) [[1]] (see ipkg-articles by nix also)
- make it easy to create custom openlink-images
+ full unzip + full zip + full sed
0.8x
- using Sylver's perl scripts instead of some closed source components
(mkcode) -> currently in development
- updating samba to the most recent one
Sylvers mkcode has support for latest samba
- updating the webinterface
Sylver has enhanced the webinterface a bit: not all folders in /mnt/ are shared automatically, you can choose if you want to share it here are some sample pics (with the permission of Sylver)![]()
![]()
- adding an additional webpage (Control-Center) where users can start and stop applications
- updating some libs if needed
- updating some apps:

