summaryrefslogtreecommitdiff
path: root/Config.in
AgeCommit message (Collapse)Author
2012-08-24update to latest stable kernel versionWaldemar Brodkorb
2012-07-24update to latest linux kernels, remove old onesWaldemar Brodkorb
2012-07-16add support for m68k toolchain/qemuWaldemar Brodkorb
2012-06-29update to 3.4.4Waldemar Brodkorb
2012-06-15add support for newest kernelsWaldemar Brodkorb
2012-06-02update to latest stable kernelsWaldemar Brodkorb
2012-03-20allconfig fixes for lemote yeelongWaldemar Brodkorb
2012-03-13update to latest stable kernel versionWaldemar Brodkorb
2012-02-26Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2012-02-26update kernel versionsWaldemar Brodkorb
2012-02-25only for toolchain-only stuffWaldemar Brodkorb
2012-02-17choose kernel for toolchain only buildsWaldemar Brodkorb
2012-01-29update kernel versions to latest upstreamWaldemar Brodkorb
2012-01-15update Linux kernels, add support for compression choiceWaldemar Brodkorb
2012-01-15Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2012-01-15add 3.2.x supportWaldemar Brodkorb
2012-01-15Allow leaving /etc as untouched as possiblePhil Sutter
For customized setups, it's hard to control what files get installed into /etc since in addition to the base-files package, any other package may install a sample config. When two packages provide the same file, which one of them makes it into the image depends on the order of them being installed. Solving this problem is not as trivial, as there are packages which must be allowed to install stuff into /etc. Best examples are base-files and ca-certificates. This patch solves the problem by adding another PKG_template flag "force_etc", which one can define in order to override the as well new Config.in symbol "ADK_LEAVE_ETC_ALONE".
2012-01-09update to 3.1.8, add lzma-loader for brcm47xx, kernel stuff + patches does ↵Waldemar Brodkorb
not work on Asus WL500gp
2011-12-20update to 3.1.5Waldemar Brodkorb
2011-12-01refresh linux kernelsWaldemar Brodkorb
2011-11-09disable some stuff for bulk buildsWaldemar Brodkorb
2011-10-15allow more than one kernel to be configured, add shuttle pc supportWaldemar Brodkorb
2011-10-12Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-10-12add basic support for avr32 -> ngw100Waldemar Brodkorb
2011-09-02add basic support for qemu-system-sh4Waldemar Brodkorb
2011-04-26make arm/mips architectures more configurable in a simpler wayWaldemar Brodkorb
2011-01-28some patches found via make bulkallmodWaldemar Brodkorb
2011-01-10resolve conflictsWaldemar Brodkorb
2011-01-10allow disabling kernel customisation completelyPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10make installation of package network hooks optionalPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10make installation of package init scripts optionalPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-07add toolchain settings menu pointWaldemar Brodkorb
- gdb compilation can be disabled - gcc languages (c++/java) can be enabled/disabled - gcc stack smashing protection can be enabled/disabled
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)
2010-11-30avoid gnu tar features, use cpio instead.Waldemar Brodkorb
2010-11-28fix kernel build on native targetWaldemar Brodkorb
2010-11-26activate tr for devel systemWaldemar Brodkorb
2010-11-26implement the concept of target choice by embedded system or architectureWaldemar Brodkorb
you can now choose between specific embedded systems like PC Engines ALIX boards, Foxboard, .. or between generic architecture support like x86, x86_64, mips, ... This does reduce the overhead of duplicate configuration files in target directory. Now qemu, toolchain and ibm x40 support is combined in one target directory target/x86. Distinguishing between hardware profiles happens via menu based configuration. (CPU choice for kernel, CFLAGS for package building, ..). We will see if this is the right direction.
2010-11-23add runtime option for inittab configurationWaldemar Brodkorb
2010-11-22use empty default for keyboard layout, rebuild when changedWaldemar Brodkorb
2010-11-22add support for keyboard layout as a runtime optionWaldemar Brodkorb
2010-11-14consolidate x86/x86_64 supportWaldemar Brodkorb
use hardware profiles, instead of extra target dirs. fix dependencies.
2010-10-22mksh is no longer required for buildingWaldemar Brodkorb
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-08-01Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-08-01allow to execute gcc testsuite (remotely on target)Waldemar Brodkorb
2010-08-01disable global ipv6 configuration symbol, use flavours insteadWaldemar Brodkorb
2010-07-30enable true, requiredWaldemar Brodkorb
2010-07-24add split and comm, needed for fullblown perlWaldemar Brodkorb
2010-07-16add busybox rmdir for develsystemsWaldemar Brodkorb
2010-07-16a lot of lemote finetuningWaldemar Brodkorb
* add PCM to mixer init script * let ipkg check if rootfs is already rw mounted * fix overlapping utilities * enable DPMS in Xorg configuration, remove unused stuff * set DPMS timeout to 60 seconds via startx, disable screen blanking. Mplayer now runs fine without any screen blanking * enable some more features in vim (f.e. :split) * rename mpc package to libmpc * fix uvcvideo loading (v4l2 compat again..) * add new xset package