Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-07 | target: linux: config: Set COMPAT_32BIT_TIME on 32bit architectures | Phil Sutter | |
Without it, on these architectures 'lvm pvscan' will busy-loop printing: | io_getevents failed: No such file or directory The symbol is defined in kernel's arch/Kconfig with 'default !64BIT || COMPAT'. Introduce Config.in.compat which has the symbol default to y unless a known 64bit ADK_TARGET_ARCH is enabled. Drop the symbol from all target/*/kernel/* for which the default applies. On 64bit systems, enabling this symbol is probably useful to provide comaptibility towards 32bit user space. Not sure if this is a possible choice in OpenADK, but just in case the symbol was not removed from: - target/aarch64/kernel/raspberry-pi4-64 - target/mips64/kernel/qemu-mips64 - target/riscv64/kernel/qemu-riscv64 Another case is targets explicitly having the symbol disabled, namely kvx. Given that the two kernel configs in question are full copies of the kernel-generated one, they are likely not a deliberate choice and thus removed as well. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2025-01-06 | package: Port apcupsd | Phil Sutter | |
For USB-connected UPSs, kernel's USB_HIDDEV option is required as the daemon communicates via /dev/usb/hiddev* raw HID devices. Therefore make USB_HID select USB_HIDDEV (shouldn't hurt much on other systems) and select the former if the package is enabled. Ship a config which defaults to USB-based UPSs as they are probably the most common ones. Also install a minimal apccontrol which merely remounts relevant filesystems read-only in case of near blackout. The core OpenADK fs layout should tolerate pulling the plug as-is already. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2024-08-11 | banana-pro: bring it in shape | Wademar Brodkorb | |
2024-08-10 | solidrun-clearfog: enable USB3 by default | Wademar Brodkorb | |
2024-08-04 | solidrun-clearfog: make it boot with OpenADK mini.config | Wademar Brodkorb | |
2024-06-02 | xtensa: update to xtensa-fdpic-abi-spec-1.4, fix CMDLINE for DC233C | Waldemar Brodkorb | |
2024-05-30 | xtensa: fix de212 kernel configuration | Waldemar Brodkorb | |
2024-05-04 | starfive-visionfive2: reduce mini.config | Waldemar Brodkorb | |
2024-05-04 | xtensa: preliminary support for upcoming FDPIC support in uClibc-ng | Waldemar Brodkorb | |
2024-04-13 | starfive-visionfive2: add basic support | Waldemar Brodkorb | |
2024-04-01 | avoid xz where possible | Waldemar Brodkorb | |
2024-03-02 | use only zstd for or1k, still some difficulties with ARM nommu | Waldemar Brodkorb | |
2024-02-28 | use zstd as default, xz makes me trouble with 6.6.x | Waldemar Brodkorb | |
2024-02-22 | kernel 6.6.x need FB_DEVICE for legacy /dev/fbx handling | Waldemar Brodkorb | |
2024-02-16 | linux: activate more cgroup options for ltp | Waldemar Brodkorb | |
2024-02-16 | ltp: enable libaio and cgroups | Waldemar Brodkorb | |
2024-02-16 | rpi5: move MMC config to mini.config | Waldemar Brodkorb | |
2024-02-12 | btrfs-progs: new package | Waldemar Brodkorb | |
2024-02-08 | bcm28xx-bootloader: only enable vc4 for kodi | Waldemar Brodkorb | |
2024-02-08 | ltp: update to 20240129 | Waldemar Brodkorb | |
2024-01-28 | task kodi: allow rpi5 glibc build | Waldemar Brodkorb | |
2024-01-21 | raspberry-pi5: add basic support | Waldemar Brodkorb | |
2024-01-18 | support nommu with ELF binaries | Waldemar Brodkorb | |
2024-01-17 | add zstd support for Linux kernel compression | Waldemar Brodkorb | |
2024-01-14 | solidrun-imx6: update mini.config | Waldemar Brodkorb | |
2023-11-15 | add common-clk symbol | Waldemar Brodkorb | |
2023-11-15 | add VC4/V3D GPU support for raspberry pi4 | Waldemar Brodkorb | |
2023-11-15 | disable module compression | Waldemar Brodkorb | |
2023-10-08 | fix mini.config for rpi_64 | Waldemar Brodkorb | |
2023-08-13 | m68k: add qemu virt support, seems more reliable at the moment then q800 | Waldemar Brodkorb | |
2023-07-03 | update kernel and bootloader, fix mini.config for rpi4 | Waldemar Brodkorb | |
2023-02-19 | atmel-ngw100: fix sd card boot | Waldemar Brodkorb | |
2023-02-08 | arc: update toolchain, add support for qemu | Waldemar Brodkorb | |
2023-02-06 | arcv2: newer Linux kernel use haps_hs and DW uart | Waldemar Brodkorb | |
2022-12-30 | rockpi4-plus: fix drm support | Waldemar Brodkorb | |
2022-12-29 | fix audio support for rockpi4-plus | Waldemar Brodkorb | |
2022-12-29 | rockpi4-plus: switch to correct dtb, enable bluetooth support | Waldemar Brodkorb | |
2022-12-26 | add audio-graph-card to rockchip audio | Waldemar Brodkorb | |
2022-12-25 | rockpi4-plus: activate sound driver | Waldemar Brodkorb | |
2022-12-25 | use rockpi4 b plus dtb instead of c, fixes bootup. | Waldemar Brodkorb | |
A lot of drivers where moved from mini.config to target/linux/config. WLAN works, ethernet works, i2c works, RTC works. | |||
2022-12-19 | Add support for Banana PI M2 Zero | Waldemar Brodkorb | |
2022-02-25 | add support for raspberry pi4 64 bit | Waldemar Brodkorb | |
2022-02-15 | remove virtualbox support | Waldemar Brodkorb | |
2022-02-14 | edosk2674: enable network, unfortunately stalls on boot | Waldemar Brodkorb | |
2022-02-09 | kvx: add qemu support | Waldemar Brodkorb | |
2021-11-01 | target: linux: config: Add kernel crypto user api symbols | Phil Sutter | |
These are used by cryptsetup. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-01 | target: config: Support DM_RAID | Phil Sutter | |
This is an alternative to using MD_RAID, basically RAID managed via lvm2 instead of mdadm. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-01 | target: linux: config: Export CONFIG_EFI_PARTITION | Phil Sutter | |
Hard to run a NAS without it nowadays. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-11-01 | target: linux: config: Export CONFIG_OVERLAY_FS | Phil Sutter | |
Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2021-10-22 | systemd: update to 249 | Waldemar Brodkorb | |