summaryrefslogtreecommitdiff
path: root/target/config/Config.in.runtime
AgeCommit message (Collapse)Author
2018-06-10allow apple mac mini to netbootWaldemar Brodkorb
2018-06-08add sample for lenovo x200, fix gentooinstallerWaldemar Brodkorb
2018-06-03arm-nommu: enable uClinux, better defaultsWaldemar Brodkorb
2018-05-28rpi: update firmware, kernel and fixup more stuffWaldemar Brodkorb
2018-05-25rework hardware and C library settingsWaldemar Brodkorb
Make the menu system for configuration more intuitive. First choose operating system, then hardware, starting with architecture. Then choose either generic or a sample system. When choosing a sample be more strict in case of MMU or Endianess selection, so a misconfiguration isn't possible. Furthermore put a new top level menu for C library configuration and add Binary format, Instruction set, version selection, float type and any C library specific options. Refactor the duplicate definition of Qemu system versatile and Synopsys NSIM.
2018-05-23alpha: fix baud rateWaldemar Brodkorb
2018-05-14add support for saving video decoding license keys to configOliver Schib
Signed-off-by: Oliver Schib <oliver.schib@gmx.ch>
2018-04-20rpi3+: add network driverWaldemar Brodkorb
2018-04-16add basic support for raspberry-pi3pOliver Schib
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2018-03-17use simpleinit for non busybox buildsWaldemar Brodkorb
2018-03-07add support for walduxWaldemar Brodkorb
2018-02-25toolbox: add OpenADK toolbox for very small systems, thx Thorsten GlaserWaldemar Brodkorb
2018-01-02systemd: update to 236, convert to meson buildWaldemar Brodkorb
2017-12-28generic config finetuningWaldemar Brodkorb
2017-12-26more generic config fixes reported via ircWaldemar Brodkorb
2017-12-24h8300: updatesWaldemar Brodkorb
Add single hush package for experiments. 4.9 kernel serial ouput seems broken, default to 4.4. Combine h8300 patches.
2017-09-28add phytec wega sampleWaldemar Brodkorb
2017-08-20add new PKG_NEEDS variable data, fix logitechmediaserver packageWaldemar Brodkorb
2017-07-30rpi0: enable wifiWaldemar Brodkorb
2017-07-22rpi-zero: finetuneWaldemar Brodkorb
2017-07-18rpi3: update kernel + bootloader, unbreak rpi3 aarch64Waldemar Brodkorb
2017-06-29add som-c675 sampleWaldemar Brodkorb
2017-06-26rework intl/iconv/locale configuration for uClibc-ng toolchainsWaldemar Brodkorb
2017-06-15systemd: update patch, add locale/ssp requirementsWaldemar Brodkorb
2017-04-14remove arm foundation model sample, bit rotted. better use qemu sample for ↵Waldemar Brodkorb
aarch64
2017-04-12h8s: minor progress, doesn't run on edosk2674 boardWaldemar Brodkorb
2017-03-16allow to disable kernel module autoloading mechanism, useful when a big ↵Waldemar Brodkorb
defconfig is used
2017-02-09add dual-boot / fwupdate for systems with grub-supportWaldemar Brodkorb
2017-02-09systemd: enable for uClibc-ngWaldemar Brodkorb
Patch out IDN usage. libidn will be removed from GNU C library in the future, so we don't add it to uClibc-ng getnameinfo(). libkmod can't be activated when PKG_BB is 1 for kmod package.
2017-02-03busybox: fix ash/hush selectionWaldemar Brodkorb
2017-01-14add basic SGI indy supportWaldemar Brodkorb
2017-01-01sgi-o2: bigger tmpfsWaldemar Brodkorb
2016-12-13sh2-nommu/j2: add better support and add required patches from musl-cross-makeWaldemar Brodkorb
2016-11-27dropbear: add systemd unit file and integrate logic to package buildWaldemar 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-18disable udev when systemd is selected as systemd included udevWaldemar Brodkorb
2016-11-17or1k: unbreak foo= shell functionality, mksh can be used nowWaldemar Brodkorb
2016-11-15or1k: disable mksh (deadlock), default to ash and newer kernelWaldemar Brodkorb
2016-10-29sysvinit: add experimental support for non busybox initWaldemar Brodkorb
2016-10-25allow to choose base apps, minor dot cleanupWaldemar Brodkorb
2016-10-23add target support for SGI O2 workstationWaldemar Brodkorb
2016-10-09more systemdWaldemar Brodkorb
2016-09-27alix1c: enable vga by defaultWaldemar Brodkorb
2016-09-26nfs-utils: finetuning startup scriptWaldemar Brodkorb
2016-09-24locale: rework locale support (not fully ready)Waldemar Brodkorb
2016-09-23add support for permission fixups when using genimageWaldemar Brodkorb
Add suid-bit to Xorg as an example. Create simple *.perm files with relative path to the files. You can use any command available on the host. (f.e. chmod/chown)
2016-09-15beaglebone-black: add special linux-repo, add uEnv.txtWaldemar Brodkorb
2016-09-03add basic support for s6 init systemWaldemar Brodkorb
2016-08-27add support for Qemu ARM noMMUWaldemar Brodkorb
Greg Ungerer made me aware of this possibility. Rather hackish implementation, we need to deduplicate later. Update Linux Kernel to 4.4.19 while there. Only non-Devicetree system supported right now.
2016-06-30add support for nds32 architectureWaldemar Brodkorb
Verified on a FPGA board sponsored by Andes Technology. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>