dan
7f6b05ef96
switch from mainline ag71xx driver to openwrt version
2026-03-30 13:35:19 +01:00
dan
b6b420bc5b
gl-ar750 upgrade ath10k firmware
2026-03-28 21:17:08 +00:00
dan
5af28615f1
gl-ar750: update to newer kernel + openwrt
...
this device is not (yet?) in mainline, but openwrt 25.12 has
the right patches to make it work with linux 6.12
2026-03-28 21:15:51 +00:00
dan
ef07dcc10a
bump ubifs max leb count
2026-03-11 07:38:00 +00:00
dan
3026eaf879
copy airoha firmware recursively
2026-03-08 00:28:45 +00:00
dan
9f3c8f7cbd
treewide: nixfmt and deadnix
2025-11-11 21:49:45 +00:00
kurogeek
9621ac51e9
Missing repo https://github.com/kvalo/ath10k-firmware is fixed
2025-10-14 10:14:51 +07:00
dan
4bdd30b58d
convert all the hardware docs to adoc
2025-09-18 21:58:26 +01:00
Arnout Engelen
a59e39c314
OpenWRT: additional installation/update docs
2025-09-17 18:33:10 +02:00
dan
d749538e9e
remove qemu vga adapter
...
it doesn't work with qemu 9.2 (coming soon) but we don't need it
anyway
2025-04-14 21:27:44 +01:00
dan
7e2b0068e6
nixfmt-rfc-style
...
There is nothing in this commit except for the changes made by
nix-shell -p nixfmt-rfc-style --run "nixfmt ."
If this has mucked up your open branches then sorry about that. You
can probably nixfmt them to match before merging
2025-02-10 21:55:08 +00:00
dan
453baede61
rt3200: add installer compatibility note
2025-02-05 20:35:04 +00:00
Arnout Engelen
e71d92eb3d
OpenWrt One support
...
https://openwrt.org/toh/openwrt/one
2025-01-07 16:10:04 +01:00
dan
f77da6f14c
remove remaining refs to kexecboot
2025-01-05 17:22:30 +00:00
dan
95dd1a1fab
add missing code-block
2025-01-05 15:45:04 +00:00
dan
9fd9b8b878
rt3200 kconfig for 6.6.x
...
* DMA stuff needed for wired ethernet
* DSA MDIO _probably_ (based on guessing from openwrt dmesg) needed
for wired ethernet
* some or all of NVMEM so that wireless drivers can read their eeprom
2025-01-05 00:16:03 +00:00
dan
8cd068ea68
belkin rt3200: set tftp loadAddress to match u-boot
...
the old value of 0x4007ff28 was originally copied from something
upstreamy but I have no record of what. 0x48000000 is $loadaddr
in u-boot so let's use that instead
2025-01-04 23:48:19 +00:00
dan
350ddde260
add pkgs.openwrt_24_10
...
is needed by Belkin RT3200 and might also be handy for OpenWrt One?
this is very copy-pastey, will tidy it up after it
stops being a moving target
2025-01-03 23:52:08 +00:00
dan
a2bb55e885
oops fix syntax error
2025-01-03 00:07:00 +00:00
dan
55ed365920
turris omnia: default rootfs and bootloader settings
2025-01-02 23:36:15 +00:00
dan
fd28f0ce04
rt3200 needs pmsg-size set in its dts for persistent logging
2025-01-01 14:11:22 +00:00
dan
3af9e86624
rt3200: replace bootcmd variable
...
the default is to boot to recovery if there's anything in pstore, but
this doesn't interact well with persstent logging
2025-01-01 11:56:54 +00:00
dan
6f697db57c
remove PSTORE from rt3200 default kconfig
...
we have config.logging.persistent.enable at home
2024-12-29 13:33:55 +00:00
dan
f5e08ac9d9
rt3200 default to loader.fit
2024-12-29 13:25:26 +00:00
dan
24151425b8
and fix quoting
2024-12-24 14:29:01 +00:00
dan
e06295ed83
rt3200: add fw_setenv commands to update boot_production
2024-12-24 14:19:29 +00:00
dan
608d3e3abf
proofread
2024-12-24 14:01:30 +00:00
dan
3f6e9b6384
rt3200 defaults to ubifs
2024-12-24 13:46:36 +00:00
dan
294492a176
jiggle imports
2024-12-24 13:46:19 +00:00
dan
67a1cd3718
improve install instructions for belkin rt3200
2024-12-24 13:45:11 +00:00
Arnout Engelen
f8a275d1a3
use Linux kernel sources associated with openwrt by default
2024-12-24 12:30:15 +00:00
dan
bc20f4c6b7
rt3200 test install
2024-12-23 23:59:52 +00:00
dan
4ea1cf7f32
rt3200 better install docs
2024-12-20 22:26:40 +00:00
dan
f60b74f415
add a new updater output
...
this is so that we don't have to obfuscate store paths in
systemConfiguration to avoid dragging in build system
deps.
breaking-ish change to workflows, docs updated
2024-12-20 00:05:07 +00:00
dan
1af9a39db1
omnia: delete pstore config we're probably not using
2024-12-19 20:59:52 +00:00
dan
420552ce98
add omnia to ci
2024-12-19 20:56:05 +00:00
dan
3357d21d7f
enlarge pmsg buffer to full size of ramoops region
...
4k was a piddly amount and we weren't using the rest of it for
anything else
2024-12-18 21:16:49 +00:00
dan
81f5550bf0
config.logging.persistent enables /dev/pmsg0
...
- whatever's written to /dev/pmsg0 appears as
/sys/fs/pstore/pmsg-ramoops-0 after reboot
- only works on devices with the relevant device tree
support (gl-ar750 and whatever has it by default)
- nothing in the system is actually writing this file yet
- or reading it at boot time, for that matter
2024-12-17 23:24:31 +00:00
dan
44caefcd3b
rename config.hardware.dts.includes -> includePaths
...
(1) it's a better name
(2) I want to use `includes` to specify dtsi files
2024-12-17 17:41:53 +00:00
dan
3f8cc24dcc
fix most doc warnings
2024-07-10 23:36:24 +01:00
dan
5751058d59
gl-ar750 swap lan and wan
...
I don't know if I just got it wrong the first time or if something
weird is going on
2024-07-08 21:19:30 +01:00
dan
e94bf62ec1
remove dead code (run deadnix)
2024-06-29 22:59:27 +01:00
dan
29a869b4fa
qemu: use kmodloader for wifi
2024-06-13 10:12:17 +01:00
dan
0d49f0f7a7
gl-ar750 appendDTB
2024-05-22 18:47:16 +01:00
dan
e64390460a
memorable net device names for gl-ar750
...
linux's view of eth1 and eth0 are opposite to that of u-boot
2024-05-22 18:47:08 +01:00
dan
6661e42684
mt300a tftpboot needs appendDTB
2024-05-01 23:04:25 +01:00
dan
b9ba9ef835
mt300a remove unneeded service dependencies
2024-05-01 23:03:55 +01:00
dan
0e84adaa0e
maybe don't need deps for gl-mt300a vlan devices?
...
will delete them next time I have that device open to test
2024-04-28 21:35:09 +01:00
dan
792a11c8c0
gl-mt300n-v2 use full path to swconfig in service stop
2024-04-28 21:32:42 +01:00
dan
68eb1360f6
use appended dtb in gl-mt300n-v2 tftpboot
...
probably the A variant needs this as well
2024-04-17 18:48:19 +01:00