summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
2010-11-18Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-11-18convert qemu for x86/x86_64 to hardware profilesWaldemar Brodkorb
2010-11-18update patchWaldemar Brodkorb
2010-11-17optimize build for hardware profile (x86/x86_64), optimize chroot installer ↵Waldemar Brodkorb
script
2010-11-17Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-11-17update kernel-header patches, update cris patchWaldemar Brodkorb
2010-11-17Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
Conflicts: target/Config.in
2010-11-17update all targets to 2.6.36Waldemar Brodkorb
2010-11-15foxg20 does work with (e)glibcWaldemar Brodkorb
2010-11-14update kernelconfig, be more genericWaldemar Brodkorb
2010-11-14Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-11-14consolidate x86/x86_64 supportWaldemar Brodkorb
use hardware profiles, instead of extra target dirs. fix dependencies.
2010-11-14add mkimage source from Debian package. Update kernel config.Waldemar Brodkorb
2010-11-13add mkimage to tools dir, update to latest stable kernelWaldemar Brodkorb
2010-11-13unify alix supportWaldemar Brodkorb
add hardware profiles for 3 alix boards, but use the same toolchain for all of them. This is just better for maintenance purpose. delete old targets.
2010-11-11update to 2.6.36Waldemar Brodkorb
2010-11-10Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-11-10update to 2.6.36Waldemar Brodkorb
abstract version information, can be overwritten for each target. default is 2.6.36 right now. Only ibmx40 target does use it. mk/modules.mk is still problematic.. aufs2 need to be ported...
2010-11-10add option for a quiet bootWaldemar Brodkorb
2010-11-10use usertarball without kernel for nfsrootWaldemar Brodkorb
2010-11-08set a better default for /tmp on alix1cWaldemar Brodkorb
2010-11-04Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-11-04remove unused if symbolWaldemar Brodkorb
2010-11-03ask on vga display for gettyWaldemar Brodkorb
2010-11-03update kernel configWaldemar Brodkorb
2010-10-31add som configure optsWaldemar Brodkorb
2010-10-31rework installation scripts for block devicesWaldemar Brodkorb
Avoid sfdisk, parted and chroot to be more portable. Compile Host grub in target/tools, only used for ibmx40 target right now. Add pt - partition table manager from OpenWrt with some additions and portability fixes. Cfgfs support missing, coming soon.
2010-10-23add a dot.Waldemar Brodkorb
2010-10-23change descriptionWaldemar Brodkorb
2010-10-23refresh kernel config, make it more usableWaldemar Brodkorb
2010-10-18remove empty line, disable kernel lzo compression (broken at the moment)Waldemar Brodkorb
2010-10-16Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
Conflicts: package/freeradius-server/Makefile package/nss/patches/patch-mozilla_security_coreconf_Linux_mk
2010-09-29update eglibc and ibm x40 target, fix macosx cross-compileWaldemar Brodkorb
2010-09-21update some package to latest upstreamWaldemar Brodkorb
2010-09-18always enable ossemulWaldemar Brodkorb
otherwise oss-emul-mixer and oss-emul-dsp have missing symbols in core sound modules.
2010-09-18update foxg20 kernel and configWaldemar Brodkorb
2010-09-17Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
Conflicts: package/binutils/Makefile
2010-09-17update some targets to 2.6.35.4Waldemar Brodkorb
2010-09-17update some targets to Linux 2.6.35.4Waldemar Brodkorb
2010-09-16Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
Conflicts: mk/kernel-build.mk package/expat/Makefile package/gettext/Makefile package/perl/Makefile package/zlib/Makefile
2010-09-16add some native build fixes (tested on Lemote notebook)Waldemar Brodkorb
- enable busybox applets needed for natvie builds - add header packages for expat and libnl - remove rtl8187b driver, use kernel included driver (needs more testing)
2010-09-14Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-09-14replace mksh scripts with faster C programsWaldemar Brodkorb
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable.
2010-08-06Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-08-06some more fixes for 2.6.35 update on lemoteWaldemar Brodkorb
2010-08-05Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-08-05update lemote to 2.6.35, enable version specific patches for kernel-header ↵Waldemar Brodkorb
patches
2010-08-04add a video group for lemote webcam supportWaldemar Brodkorb
2010-08-01Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-08-01remove unzip dependency, use delivered cpio. some code cleanupWaldemar Brodkorb