summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-31resolve some FreeBSD specific issuesWaldemar Brodkorb
- use numeric ids for cups configure (FreeBSD has no root group) - use /usr/lib for libexec dir for cups on BSD, too - update dhcp to latest upstream - fix readline dependency in mysql package - heimdal needs -pthread explicitely on FreeBSD host
2009-05-31make rb532 kernel compile with gcc 4.4Waldemar Brodkorb
2009-05-31fix regressions from ipkg reworkWaldemar Brodkorb
- 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
2009-05-31fix base-files package after ipkg changeWaldemar Brodkorb
2009-05-30fix variable nameWaldemar Brodkorb
- MASTER_SITES -> PKG_SITES - make libc boolean, makes no sense as package
2009-05-30fix variable nameWaldemar Brodkorb
PKG_SITES is correct now
2009-05-30Merge branch 'master' of ssh://openadk.org/git/openadkWaldemar Brodkorb
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
2009-05-30add geode x11 driverWaldemar Brodkorb
- add the driver for alix1c x11 support - fix some x11 related dependencies - enable pkg-config fixups globally I hope it doesn't break anything confprog might be deleted later
2009-05-30optimize ipkg package managementWaldemar Brodkorb
- 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
2009-05-30qemu MIPS supportWaldemar Brodkorb
- 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
2009-05-30fix gcc packageWaldemar Brodkorb
- simple test c program compiles in qemu-mips with the cross-compiled compiler - don't know if rstrip.sh change is good, need to check, but crt*.o symbols might not be stripped - create helper links for libgcc + libc needed for ld
2009-05-29enable cross-compile of gccWaldemar Brodkorb
- fix asm issue for mips mpfr (reported upstream) - enable gcc build (not tested, yet, but at least compiles)
2009-05-29Merge branch 'lemote'Waldemar Brodkorb
2009-05-29add lemote / loongson2f target support (no runtime tests yet)Waldemar Brodkorb
- 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
2009-05-27native build supportWaldemar Brodkorb
- just use native gcc and binutils to compile a system - can be used to chroot into it - maybe useful later on lemote book to build packages natively
2009-05-24more gcc 4.4 issues on mipsWaldemar Brodkorb
- disable runit in busybox - update gmp to latest upstream - PKG_DEPEND -> PKG_DEPENDS
2009-05-24gcc 4.4 compatibility patchesWaldemar Brodkorb
* add the rest of the patches missed by the last commit
2009-05-24Merge branch 'master' of ssh://openadk.org/git/openadkWaldemar Brodkorb
fic conflicts Conflicts: package/gnutls/Makefile package/mrd6/Makefile
2009-05-24patches and update for gcc 4.4.0 allmodconfigWaldemar Brodkorb
* update gcc to 4.4.0 * update gnutls and ruby * fix c++ issues for some packages
2009-05-23bzero is obsolete, use memsetWaldemar Brodkorb
2009-05-23add a suitable ignorefileWaldemar Brodkorb
2009-05-23- cleanup and document PKG_template, ARCH parameter is not needed anymoreWaldemar Brodkorb
- use CPU_ARCH for fake dir and ipkg - enable DEBUG option in menu and rename to ADK_DEBUG
2009-05-21update default config, enable hid againWaldemar Brodkorb
2009-05-17Revert "temporary workaround for rb532-cf"Waldemar Brodkorb
This reverts commit 405ddb454df898fd52d93b02b72c40269a65325c. created extra branch for rb532 fixes
2009-05-17temporary workaround for rb532-cfPhil Sutter
2009-05-17fix rootfs creation for ext2Waldemar Brodkorb
2009-05-17Initial importwbx