1
0
forked from dan/liminix
liminix/modules
Daniel Barlow c8154a2db9 kernel: add "conditional" config
imagine: you are using a device that requires
CONFIG_MYDEVICE_FROBOZZ_DRIVER but only if CONFIG_FROBOZZ has been
specified elsewhere. Because we check that every requested config
symbol actually appears in .config then it can't be added
unconditionally or the build will fail if CONFIG_FROBOZZ wasn't asked
for.

I'm not 100% happy about this design but it's the best I've thought of
so far.
2024-02-04 18:12:15 +00:00
..
arch build kernel only once for multiple outputs 2024-01-02 19:40:57 +00:00
bridge
dhcp6c
dnsmasq
firewall
hostapd
mount
network support setting network device names 2023-11-26 23:15:28 +00:00
ntp
outputs whitespace 2024-02-02 19:43:34 +00:00
ppp
s6 mount tmpfs on /tmp 2024-01-04 23:22:02 +00:00
schnapps add turris "schnapps" tool 2024-01-05 00:07:01 +00:00
ssh
vlan
watchdog
all-modules.nix rename flashimage to mtdimage 2023-12-11 19:09:18 +00:00
base.nix pass rootOptions config as rootflags= kernel cmdline opt 2024-01-08 18:54:49 +00:00
busybox.nix
hardware.nix specify type for rootDevice module option 2024-02-02 19:50:13 +00:00
hostname.nix
kernel.nix kernel: add "conditional" config 2024-02-04 18:12:15 +00:00
outputs.nix build kernel only once for multiple outputs 2024-01-02 19:40:57 +00:00
ramdisk.nix
squashfs.nix
usb.nix add usb storage for turris omnia 2024-01-26 22:46:36 +00:00
users.nix
wlan.nix