The init system does not support them for now and we don't have
any other software using them.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
- build needs a pair of product and board name
- some products can only be built for some boards
- Config files in product/<name> directory override those in board/<name>
- For some config files, like LDPATH or ROOTFS, the files are merged
- product/common provides defaults
Add default config for various services:
- Add default config for unbound
- Add default config for dnsmasq
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
- Store musl & kernel headers in dev packages
- Store musl dynamic headers in regular package,
shared libs in dev package
- Carefully seperate headers and libaries installed by second GCC
into packages
- libgcc_files.txt no longer needed
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Add WLAN stack and enable module based support for all kinds of
USB wireless dongles, network adapters and modems.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
- Disable legacy compatibillity system calls
- Disable 16 bit support syscalls
- Disable all input & graphics support
- Disable virtual terminal support
- Disable /dev/mem device
- Disable more debugging options
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
- Alix has VIA network cards, remove all other vendors
- Remove swap support (where should we swap to?)
- Remove uselib syscall
- Remove BSD accounting
- Remove in-kernel config & boot command line
- Disable non-wintel-bios partition layouts
- Remove support for file systems we don't use
- Disable test cases
- Use only XZ compression for kernel & initramfs
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>