summaryrefslogtreecommitdiff
path: root/package/base-files
AgeCommit message (Collapse)Author
2014-01-06Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2013-12-28convert microblaze to miniconfig kernel config generation, add support for ↵Waldemar Brodkorb
squashfs and jffs2 rootfs for qemu-microblaze, add support for both machine emulations
2013-12-12Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2013-12-12new mdev fixWaldemar Brodkorb
2013-12-08add support for microblaze architecture, tested with qemu-system-microblaze{,el}Waldemar Brodkorb
2013-11-07update valgrind to latest upstream version, strlen is not a function in ↵Waldemar Brodkorb
ld.so in latest glibc/eglibc setups, just remove the redirect for now. enable automatic building of debug subpackages. update TODO
2013-11-02remove dependencies to libiconv,pkg-config and file. use pkgconf and ↵Waldemar Brodkorb
libiconv-tiny instead. fixes glib compile on systems without libiconv/ native iconv implementation
2013-11-01fixup ppc64 qemu configWaldemar Brodkorb
2013-10-17mount filesystems, after network, but before mpdWaldemar Brodkorb
2013-10-05allow building of aranym eglibc/glibc imagesWaldemar Brodkorb
2013-10-01add support for glibc/eglibc qemu-sh systemsWaldemar Brodkorb
2013-09-29bring qemu-sh and aranym-m68k in shapeWaldemar Brodkorb
2013-09-23ignore swap when umountingWaldemar Brodkorb
2013-08-14use CPU_ARCH for ipkg.confWaldemar Brodkorb
2013-08-14fixes problem with musl, order of options seems importantWaldemar Brodkorb
2013-07-16umount all filesystems before network is going downWaldemar Brodkorb
2013-07-11finetune error log, normal bootup should be error freeWaldemar Brodkorb
2013-07-11fix cifs mounts on bootup, mount -a after network initialization. add ↵Waldemar Brodkorb
LD_LIBRARY_PATH for raspberry pi special vc tools
2013-04-29channel is not required anymore for STA modeWaldemar Brodkorb
2013-04-22allow the use of WEPWaldemar Brodkorb
2012-08-28do not flush addresses on deconfig, otherwise ipv6 link-local address is ↵Waldemar Brodkorb
removed and radvd doesn't work as expected
2012-04-07enable debug to stdout, use 8 characters for example wpa passphraseWaldemar Brodkorb
2012-03-20add simple lemote disk installerWaldemar Brodkorb
2012-01-15mk/image.mk: improve and simplify initramfs generationPhil 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-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".
2011-12-03add empty services file, needed for adk buildserver (strange)Waldemar Brodkorb
2011-10-23sync before umountWaldemar Brodkorb
2011-10-20try to mount secondary filesystems after modules are loadedWaldemar Brodkorb
2011-10-19make virsh, virt-install and kvm usable on shuttle pcWaldemar Brodkorb
2011-10-11Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-10-11add groups audio / video as defaultWaldemar Brodkorb
2011-10-10add suid bits after updateWaldemar Brodkorb
2011-10-08push pacemaker stuff in a usable state.Waldemar Brodkorb
2011-09-25? seems not to work hereWaldemar Brodkorb
2011-09-12add new package kexecinit, to realize kexec bootingWaldemar Brodkorb
2011-09-04add support for Qemu Versatile with network emulationWaldemar Brodkorb
2011-08-30finetune /etc/hostsWaldemar Brodkorb
It should look like: 127.0.0.1 localhost ::1 loaclhost 127.0.1.1 hostname
2011-08-29added logic for simple network configwarhog
2011-07-27reimplement cryptinit as shell scriptWaldemar Brodkorb
2011-05-19fix problem with adkupdate, reported by TobiasWaldemar Brodkorb
2011-05-18added some aliases for ls (ll, la, l)Tobias Breckle
Signed-off-by: Tobias Breckle <tobias@breckle.net>
2011-02-21base-files: fix vlan support for busybox vconfigPhil 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-27fix visudo, useWaldemar Brodkorb
2011-01-12ifupdown: allow setting the bridge forward delayPhil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2011-01-10make installation of package network hooks optionalPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10base-files: change access mode of /tmp where it's createdPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-04unblock wlan before starting networkingWaldemar Brodkorb
2011-01-02resolve merge conflictWaldemar Brodkorb
2011-01-02add an example interfaces file, make tmpfs configurable via menuWaldemar Brodkorb
2011-01-02make bulk fixes. fix toolchain building for sparc64/ppcWaldemar Brodkorb