summaryrefslogtreecommitdiff
path: root/package/base-files/Makefile
AgeCommit message (Collapse)Author
2024-01-06base-files: fix adduser missing newlineWaldemar Brodkorb
2023-08-12export M4 variable, required for bison to find m4Waldemar Brodkorb
2022-02-07goodbye systemd, never worked fully on a openadk emulator or device. Use ↵Waldemar Brodkorb
simple static device nodes with devtmpfs as default. mdev is to bloated for some devices
2020-10-17remove non-functional init systemsWaldemar Brodkorb
2018-08-13Add option to mount debugfs at startupdir
@upstream
2018-08-13Add simple autologin program to be started by gettydir
@upstream
2018-08-13Implement mdev logging output on demanddir
@upstream
2018-06-03when OpenADK nfsroot is used for Gentoo installation, /dev/fd is requiredWaldemar Brodkorb
2017-12-28generic config finetuningWaldemar Brodkorb
2017-03-16allow to disable kernel module autoloading mechanism, useful when a big ↵Waldemar Brodkorb
defconfig is used
2016-11-27finetune systemd/sysv integration, use /var tmpfs mountpointWaldemar Brodkorb
2016-11-25finalize systemd as alternative init systemWaldemar Brodkorb
Most important is the fix in patch-src_journal_journald-server_c, which breaks startup of systemd-journald when code is compiled with -DNDEBUG. A lot of base-files reorganizing to only install required files on sysv systems.
2016-11-13finetune disk mount scriptsWaldemar Brodkorb
2016-11-01base-files: fix a possible race condition when trying to mount usb sticks ↵Waldemar Brodkorb
and the usb-storage is included in the kernel, problem reported by Oliver
2016-10-29sysvinit: add experimental support for non busybox initWaldemar Brodkorb
2016-09-26nfs-utils: finetuning startup scriptWaldemar Brodkorb
2015-12-23optimize for really small systemsWaldemar Brodkorb
Default to busybox hush for noMMU systems. Add busybox profiles to choose a minimal busybox config for noMMU systems. Add gdb git from ysato for h8/300 simulator. Change some kernel defaults to off to have a really small kernel. For bfin simulator the kernel+initramfs is smaller then 2MB in size.
2015-12-06fix nfsroot interfaces, network is already configuredWaldemar Brodkorb
2015-11-01move remount of /dev to rcdev, to fix static /dev usageWaldemar Brodkorb
2015-11-01base-files: remove set -e, not available in ashWaldemar Brodkorb
2015-10-24add new symbol for systems with tcp/ip but without netdevice. like arc ↵Waldemar Brodkorb
simulator running test-suites with network functions
2015-07-01fix regression with new dev management change. order of execution is wrong.Waldemar Brodkorb
2015-06-28enable using udev for automatic module loadingBALATON Zoltan
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
2015-05-06use LD_LIBRARY_PATH for all BCM28XX boardsWaldemar Brodkorb
2015-05-05allow to add a unprivileged userWaldemar Brodkorb
2015-02-10fix shadow file generationWaldemar Brodkorb
2015-02-06use a hash in the configWaldemar Brodkorb
This avoids breakage when using a # in the password. And no sensitive data is saved in clear on the target. Suggested by a Achim Marikar.
2015-02-02allow passwords with #Waldemar Brodkorb
2015-01-27add basic support for opkg, update to latest stableWaldemar Brodkorb
2015-01-13on nfsroot link /etc/resolv.conf to /proc/net/pnp to fix dns resolvingWaldemar Brodkorb
2014-12-30add default entries for ipv6Waldemar Brodkorb
2014-12-30mount can fail here, when device is not ready. will be mounted via mdev laterWaldemar Brodkorb
2014-12-28fix wpa2 configfile generation, when static network configuration is usedWaldemar Brodkorb
2014-12-27fix typo, reported by JoergWaldemar Brodkorb
2014-10-06add basic support to preconfigure wpa2Waldemar Brodkorb
2014-08-11check for file existenceWaldemar Brodkorb
2014-07-28add some basic infrastructure for qemu-system-m68kWaldemar Brodkorb
Qemu emulates a Coldfire Evaluation board without MMU. As that is the first non-MMU platform in OpenADK I added ADK_TARGET_UCLINUX. Mksh can not be used for non-MMU, because it requires fork() for job control and other things. We use hush here. non-MMU support in uClibc does not have shared library support. Kernel does not start yet. So no runtime testing, but at least coldfire toolchain can be tested with uClibc-ng. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2014-07-11make default mpdbox collection working out of the boxWaldemar Brodkorb
2014-06-27non-verbose fsckWaldemar Brodkorb
2014-06-25add proxy supportWaldemar Brodkorb
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-06-18package/base-files: tolerate systems without rfkill applicationPhil Sutter
Without this, ifup will fail for wireless interfaces. Signed-off-by: Phil Sutter <phil@nwl.cc>
2014-06-04rework simple network config, allow to configure one gatewayWaldemar Brodkorb
2014-05-31do not install ipkg.conf by defaultWaldemar Brodkorb
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-28fix mountingWaldemar Brodkorb
2014-05-27comment the exampleWaldemar Brodkorb
2014-05-23remove, not needed and fails in nfsroot caseWaldemar Brodkorb
2014-05-22fix automount of devices registered in /etc/fstab, when usb-storage is ↵Waldemar Brodkorb
kernel builtin
2014-05-18move cifs/nfs startup script back to base-filesWaldemar Brodkorb