summaryrefslogtreecommitdiff
path: root/Config.in
AgeCommit message (Collapse)Author
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
2010-07-14misc stuffWaldemar Brodkorb
- remove broken patch from silicon motion driver - add mpc package for upcoming gcc 4.5.x update - add /etc/adktarget, which can be used for native targets to identify - add ffplay subpackage
2010-07-08Merge remote branch 'phil/auto-config-in'Waldemar Brodkorb
Conflicts: Config.in package/dropbear/Makefile package/iptables/Makefile package/kismet/Makefile package/nfs-utils/Makefile package/ntpclient/Makefile package/openvpn/Makefile package/pkgmaker package/rxvt-unicode/Makefile package/vgp/Makefile package/wpa_supplicant/Makefile package/xf86-input-keyboard/Makefile package/xf86-input-mouse/Makefile
2010-07-07more runtime fixes, update of some packages.Waldemar Brodkorb
- update busybox, dnsmasq, ppp and libusb - add timezone and hostname configuration for target via menu - fix resolv.conf creation for dhcp client - fix usb for alix boards - enable lsusb and lspci by default
2010-07-05add menu based configuration of a passwordWaldemar Brodkorb
2010-07-02add a small udp based daemonWaldemar Brodkorb
2010-07-01add the ability to add a ssh pubkey via menuWaldemar Brodkorb
2010-06-29optimize ipkg package managementWaldemar Brodkorb
ipkg will automatically mount the normal read-only rootfs as read-write and after the command back to read-only. ipkg install/remove/upgrades are only supported for compact disk or disk based systems. On flash systems better reflash completely. make a kernel package containing the real kernel. Adjust ipkg.conf to contain a configurable server adress.
2010-06-12auto-generate package/Config.inPhil Sutter
The algorithm in package/pkgmaker works as follows: 1) for all package/*/Makefile a) parse PKG_NAME and PKG_SECTION b) skip if PKG_SECTION is 'kernel' (special ones) c) check if Config.in{,.lib,.manual} contain something d) fetch the first word of the first prompt from any result from c) e) fetch the verbose section name from package/SECTIONS.list based on PKG_SECTION, or just 'libs' if it's about Config.in.lib f) write results to package/package_section_list, in the form: '<Config.in prompt> <path to Config.in file> <verbose section name>' 2) sort package/package_section_list first by <verbose section name>, next by <Config.in prompt> 3) create package/Config.in.auto using the result from 2)
2010-06-12enable tac and tsortWaldemar Brodkorb
2010-06-10install is needed for buildsystemWaldemar Brodkorb
2010-06-07add basic MacOS X supportWaldemar Brodkorb
2010-03-06add grep package, busybox grep lacks -wWaldemar Brodkorb
2010-03-06Revert "add grep package, busybox grep lacks -w"Waldemar Brodkorb
This reverts commit f295a40984c165ae46c0a3fe2ae95b5517885392.