Add Wi-Fi driver and control tools

Red Bear OS Team
This commit is contained in:
2026-04-16 12:45:07 +01:00
parent e565b6bceb
commit 54e63420ec
21 changed files with 5389 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# Red Bear OS Wi-Fi Experimental Profile
#
# Standalone tracked build target for the current bounded Intel Wi-Fi slice.
#
# This profile extends the existing minimal Red Bear baseline but switches the default active profile
# to the bounded Wi-Fi path and adds the first Intel driver-side package on top of the shared
# firmware/control/profile tooling.
include = ["redbear-minimal.toml"]
[general]
filesystem_size = 2048
[packages]
# First bounded Intel driver-side package
redbear-iwlwifi = {}
[[files]]
path = "/etc/netctl/active"
data = "wifi-open-bounded\n"