summaryrefslogtreecommitdiff
path: root/Config.in
AgeCommit message (Collapse)Author
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.
2010-03-06add grep package, busybox grep lacks -wWaldemar Brodkorb
2010-03-04add missing dependency to mkshWaldemar Brodkorb
2010-02-01update libtool to latest upstreamWaldemar Brodkorb
fix some dependencies for native adk build on adk system.
2009-12-19cygwin support refreshU-windows7\wbx
2009-12-18while here, add all other popular BSD's tooWaldemar Brodkorb
2009-12-11try to autodetect host system and make it usable in menusystemWaldemar Brodkorb
2009-11-25simplify buildsystemWaldemar Brodkorb
- remove ADK_IPV6, ADK_CXX and ADK_X11 - enable ipv6 by default in uclibc - enable build of c++ compiler by default
2009-09-23add static application buildWaldemar Brodkorb
barely tested, but working for mksh package and google g1 target
2009-09-16make adk compile system work on shuttleWaldemar Brodkorb
- add some missing packages like cpio, lzma and gnu wget - make microperl more featureful, needed for kernel-header installation - make a dependency to perl - fix header installation for $libc-dev package - fix 64bit uclibc setup, simplify gcc patches and totally unrelated - add preliminary kvm and libvirt support (not tested)
2009-09-09add shuttle and tomtom device supportWaldemar Brodkorb
barely tested. TomTom support is for my tomtom rider 2 navigation system and is a new toolchain only target. I will add some special applications later. Shuttle is my ADK buildserver. At least I can boot via PXE and create software raid devices. Still need to figure out how to manage grub2 and how to integrate a disk installer or something like that.
2009-08-28core: allow selecting parallel buildsPhil Sutter
The value of CONFIG_ADK_MAKE_JOBS is being passed to make via the option '-j', in order to have it run multiple jobs simultaneously. This is done for all kernel builds, and per default for each package using the default BUILD_STYLE of 'auto', unless the package makefile defines PKG_NOPARALLEL to a non-empty string.
2009-08-02hook in ADK version extraction, rename some stuffPhil Sutter
2009-06-01remove unused $Id$Waldemar Brodkorb
- $id$ substitution is not apropriate for git scm
2009-05-17Initial importwbx