Age | Commit message (Collapse) | Author |
|
|
|
all three libraries tested with qemu-x86
|
|
|
|
|
|
- avoid busybox IP when openswan is selected
- fix crypto dependencies for esp
|
|
- bring rb532 in shape, make it bootable
|
|
|
|
|
|
|
|
linux-2.6's mconf complains about a circular dependency, this fixes the
problem the fast way. Needs more investigation, so keep it there in
commented form.
|
|
This is only a formal change, the semantics stay exactly the same. But
linux-2.6's mconf forces this nowadays, so stay compatible.
|
|
|
|
|
|
- code optimization for size still fails loading any shared library
|
|
|
|
- update alsa, asterisk and nfs-utils
- fix ext2fs rootfs on rb532
|
|
|
|
- add make/patch/rpm and dependencies
- update ar7 port a little bit
|
|
- patches for uClibc to work with pagesize != 4k
- use gcc extension to avoid -O2 compile
- use ld.so for 64 bit archs
big thanks to thorsten glaser helping out here.
|
|
|
|
|
|
|
|
- after upgrade to gcc 4.4 ld.so in uClibc was broken
- add gcc attribute always_inline for ld.so static functions
- -Os does not automatically inline the code, use O2 especially
for mips and uClibc compile
|
|
- boot via tftp works now
- fix libgcrypt compile issue
- disable-sjlj-exceptions, does not compile for mips64
|
|
- use LZMA for kernel
- use TICKLESS system
- check mpd user is in group audio
- fix some kernel module dependencies
|
|
|
|
|
|
|
|
- add mtd root patch globally
|
|
|
|
- move patches to kernel version specific directory
- enable execute bit on md5sum wrapper
- remove wrong include in BSDmakefile
- enable ROOTFS for rb532 device
- add mips specific patch for lib/delay.c typo
|
|
- at least dhcp and nfs mount works now
- still problems with exception handling
- userland does not work
|
|
- regenerate patches
- fix exmap compile
|
|
|
|
|
|
|
|
- fix add_rconf and quoting
- update gpsd to latest upstream
- do not use size parameter for cfgfs and tmpfs
- disable some dangerous busybox options
- fix some kernel module dependencies
|
|
|
|
- network interface does not work, but system can boot
|
|
- $id$ substitution is not apropriate for git scm
|
|
- add a new libXv package
- optimize xorg-server configuration
- remove some obeolete ipkg files
- enable X11 for mplayer
- fix ruby package
|
|
|
|
- remove old glib1 lib
- rename glib2 -> glib
- rename libgdbm -> gdbm
- remove obsoleted wireless-tools, use iw
- remove upstream unmaintained slurm
make allmodconfig runs through on Debian/lenny amd64 for
alix1c target
|
|
|
|
|
|
|
|
resolve conflicts
Conflicts:
mk/pkg-bottom.mk
package/ctorrent/Makefile
package/gcc/Makefile
package/gmp/Makefile
package/id3lib/Makefile
package/libelf/Makefile
package/libnl/patches/patch-include_netlink-local_h
package/mpd/Makefile
package/nmap/Makefile
package/rrs/Makefile
package/weechat/Makefile
scripts/rstrip.sh
target/Config.in
|
|
- generate ipkg control file from PKG_* variables
- automatically install init scripts from ./files/*.init
set #PKG pkgname to set the binary package
- rename FWINIT -> INIT
- move postinst and conffiles meta data to ./files
- update the packages to the latest upstream version
- remove some unready or unused package (strongswan,..)
more cleanups needed after allmodconfig
|
|
- add support of all MIPS variants
- MIPS32 boots fine with MALTA emulation
- MIPS64 has a problem booting in 64 kernel mode,
even linux 2.6.30rc7 halt on boot
- remove Config.default
|
|
- update glibc to latest version (GIT), tarball includes glibc-ports needed for MIPS architecture
- fix building of toolchain for mips64el glibc/uclibc
- use /lib instead of /lib64 (no biarch support)
- fix X11 dependencies in build system
- fix glibc build errors for openldap, libnl, mpd and rtorrent
- verified toolchain changes on alix1c
|