Difference between revisions of "Bering-uClibc 5.1.x - Changelog"
From bering-uClibc
(→Changes between 5.0.x and 5.1-alpha1) |
(→Changes between 5.0.x and 5.1-alpha1) |
||
Line 18: | Line 18: | ||
: new toolchain armv6zk-unknown-linux-uclibcgnueabi; that means support for [http://www.raspberrypi.org/ Raspberry Pi]. | : new toolchain armv6zk-unknown-linux-uclibcgnueabi; that means support for [http://www.raspberrypi.org/ Raspberry Pi]. | ||
: For more details please see the chapter [http://sourceforge.net/apps/mediawiki/leaf/index.php?title=Bering-uClibc_5.x_-_Developer_Guide_-_Appendices_-_Hardware-Specific_Guides#Raspberry_Pi_Model_B Raspberry Pi Model B] in our Hardware-Specific Guides and get hints, how to install LEAF Bering-uClibc on a Raspberry Pi. | : For more details please see the chapter [http://sourceforge.net/apps/mediawiki/leaf/index.php?title=Bering-uClibc_5.x_-_Developer_Guide_-_Appendices_-_Hardware-Specific_Guides#Raspberry_Pi_Model_B Raspberry Pi Model B] in our Hardware-Specific Guides and get hints, how to install LEAF Bering-uClibc on a Raspberry Pi. | ||
− | : added support for | + | : added support for different kernel versions in target archs via macros in buildtool.cfg (__KVER__, __KBRANCH__, __TOOLCHAIN__) |
+ | : removed toolchain dependency from kernel sources; now headers are included in toolchain package | ||
; kernel : updated to new longterm version 3.10 (currently 3.10.25) | ; kernel : updated to new longterm version 3.10 (currently 3.10.25) | ||
; busybox : build with vi if PLATFORM_EDTOR is set to vi in make/toolchain/*.mk file, useful for non-X86 platforms | ; busybox : build with vi if PLATFORM_EDTOR is set to vi in make/toolchain/*.mk file, useful for non-X86 platforms |
Revision as of 20:06, 25 January 2014
Changelog | ||
---|---|---|
Bering-uClibc 5.x - Overview |
Changes between 5.0.x and 5.1-alpha1
(unreleased)
- general
- build uClibc with nftw interface enabled
- updated gcc in toolchain to 4.8.2
- updated binutils in toolchain to 2.24
- build packages with CFLAG -Os as default
- new toolchain armv6zk-unknown-linux-uclibcgnueabi; that means support for Raspberry Pi.
- For more details please see the chapter Raspberry Pi Model B in our Hardware-Specific Guides and get hints, how to install LEAF Bering-uClibc on a Raspberry Pi.
- added support for different kernel versions in target archs via macros in buildtool.cfg (__KVER__, __KBRANCH__, __TOOLCHAIN__)
- removed toolchain dependency from kernel sources; now headers are included in toolchain package
- kernel
- updated to new longterm version 3.10 (currently 3.10.25)
- busybox
- build with vi if PLATFORM_EDTOR is set to vi in make/toolchain/*.mk file, useful for non-X86 platforms
- etc
- add profile-nano and profile-vi with "Editor" set to nano/vi
- change sysctl.conf to reboot on kernel panic and to store coredumps in /tmp
- oprofile
- updated to upstream version 0.9.9
- dibbler
- updated to upstream version 0.8.4
- kerberos
- updated to upstream version 1.10.7
- build with CFLAG set to -O2
- accel-ppp
- updated to latest trunk
- bridge-utils
- updated to upstream version 1.5
- xtables-addons
- updated to upstream version 2.4
- iptables
- updated to upstream version 1.4.20
- updated ipt_netflow to upstream version 1.8
- iscsi
- updated to trunk snapshot 496
- iptraf
- updated to upstream version 1.1.4
- keepalived
- updated to upstream version 1.2.8
- Intel Ethernet Drivers and Utiliies
- updated e1000e to 2.5.4 and igb to 5.0.6
Up |