Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-05 | allow building of aranym eglibc/glibc images | Waldemar Brodkorb | |
2013-10-01 | add support for glibc/eglibc qemu-sh systems | Waldemar Brodkorb | |
2013-09-29 | bring qemu-sh and aranym-m68k in shape | Waldemar Brodkorb | |
2013-09-23 | ignore swap when umounting | Waldemar Brodkorb | |
2013-08-14 | use CPU_ARCH for ipkg.conf | Waldemar Brodkorb | |
2013-08-14 | fixes problem with musl, order of options seems important | Waldemar Brodkorb | |
2013-07-16 | umount all filesystems before network is going down | Waldemar Brodkorb | |
2013-07-11 | finetune error log, normal bootup should be error free | Waldemar Brodkorb | |
2013-07-11 | fix cifs mounts on bootup, mount -a after network initialization. add ↵ | Waldemar Brodkorb | |
LD_LIBRARY_PATH for raspberry pi special vc tools | |||
2013-04-29 | channel is not required anymore for STA mode | Waldemar Brodkorb | |
2013-04-22 | allow the use of WEP | Waldemar Brodkorb | |
2012-08-28 | do not flush addresses on deconfig, otherwise ipv6 link-local address is ↵ | Waldemar Brodkorb | |
removed and radvd doesn't work as expected | |||
2012-04-07 | enable debug to stdout, use 8 characters for example wpa passphrase | Waldemar Brodkorb | |
2012-03-20 | add simple lemote disk installer | Waldemar Brodkorb | |
2012-01-15 | mk/image.mk: improve and simplify initramfs generation | Phil Sutter | |
Using the kernel tools is a lot better than calling cpio ourselfs, as this way we can have it create device nodes for us. So no need to reopen /dev/console and things like that. While here, fix also initramfs compression (untested), as in my experience the kernel drops all symbols regarding compression from it's .config in the first compile phase. Probably one should make the actual compression algorithm configurable (and ideally depending on what the kernel supports for the given architecture). This is a rough hack based on what I'm using in the custom viprinux build file, so something like this is already running somewhere. ;) | |||
2012-01-15 | Allow leaving /etc as untouched as possible | Phil 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". | |||
2011-12-03 | add empty services file, needed for adk buildserver (strange) | Waldemar Brodkorb | |
2011-10-23 | sync before umount | Waldemar Brodkorb | |
2011-10-20 | try to mount secondary filesystems after modules are loaded | Waldemar Brodkorb | |
2011-10-19 | make virsh, virt-install and kvm usable on shuttle pc | Waldemar Brodkorb | |
2011-10-11 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-10-11 | add groups audio / video as default | Waldemar Brodkorb | |
2011-10-10 | add suid bits after update | Waldemar Brodkorb | |
2011-10-08 | push pacemaker stuff in a usable state. | Waldemar Brodkorb | |
2011-09-25 | ? seems not to work here | Waldemar Brodkorb | |
2011-09-12 | add new package kexecinit, to realize kexec booting | Waldemar Brodkorb | |
2011-09-04 | add support for Qemu Versatile with network emulation | Waldemar Brodkorb | |
2011-08-30 | finetune /etc/hosts | Waldemar Brodkorb | |
It should look like: 127.0.0.1 localhost ::1 loaclhost 127.0.1.1 hostname | |||
2011-08-29 | added logic for simple network config | warhog | |
2011-07-27 | reimplement cryptinit as shell script | Waldemar Brodkorb | |
2011-05-19 | fix problem with adkupdate, reported by Tobias | Waldemar Brodkorb | |
2011-05-18 | added some aliases for ls (ll, la, l) | Tobias Breckle | |
Signed-off-by: Tobias Breckle <tobias@breckle.net> | |||
2011-02-21 | base-files: fix vlan support for busybox vconfig | Phil Sutter | |
The busybox symlinks reside in /bin, so the check fails. Curiously, there is no vconfig package, so vlan support must have been broken since the beginning of time (for OpenADK). :) This patch also adds some error messages when the basic checks fail, useful helpers when debugging what's going wrong. Also, there was some whitespace fuckup in two lines. | |||
2011-01-27 | fix visudo, use | Waldemar Brodkorb | |
2011-01-12 | ifupdown: allow setting the bridge forward delay | Phil Sutter | |
Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2011-01-10 | make installation of package network hooks optional | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-10 | base-files: change access mode of /tmp where it's created | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-04 | unblock wlan before starting networking | Waldemar Brodkorb | |
2011-01-02 | resolve merge conflict | Waldemar Brodkorb | |
2011-01-02 | add an example interfaces file, make tmpfs configurable via menu | Waldemar Brodkorb | |
2011-01-02 | make bulk fixes. fix toolchain building for sparc64/ppc | Waldemar Brodkorb | |
2010-12-31 | fix some error messages, when fstab does not exist | Waldemar Brodkorb | |
2010-12-30 | resolve merge conflicts | Waldemar Brodkorb | |
2010-12-30 | rework architecture / embedded systems concept | Waldemar 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-12-22 | use temporary resolv.conf when using udhcp | Waldemar Brodkorb | |
2010-12-18 | fix some device node permissions | Waldemar Brodkorb | |
2010-12-16 | interfaces contains wpa keys, make it non-readable for the user, optimize ↵ | Waldemar Brodkorb | |
init and shutdown | |||
2010-12-16 | enable automatic filesystem checks for devices/partitions in /etc/fstab | Waldemar Brodkorb | |
2010-12-15 | create ipkg dir to avoid warnings | Waldemar Brodkorb | |
2010-12-13 | optimize hostname stuff, use localhost as default | Waldemar Brodkorb | |