• Joined on 2022-07-02
dan pushed to main at dan/liminix 2025-01-08 13:57:45 +00:00
2295ed3110 Merge pull request 'OpenWrt One device support' (#13) from raboof/liminix:openwrt-one into main
e71d92eb3d OpenWrt One support
Compare 2 commits »
dan merged pull request dan/liminix#13 2025-01-08 13:57:43 +00:00
OpenWrt One device support
dan pushed to main at dan/liminix 2025-01-05 17:23:30 +00:00
f77da6f14c remove remaining refs to kexecboot
61eaaa82eb drivel
Compare 2 commits »
dan pushed to main at dan/liminix 2025-01-05 15:45:33 +00:00
95dd1a1fab add missing code-block
2f9b0f12f9 switch uid
Compare 2 commits »
dan pushed to main at dan/liminix 2025-01-05 12:03:46 +00:00
9fd9b8b878 rt3200 kconfig for 6.6.x
dan pushed to main at dan/liminix 2025-01-04 23:53:24 +00:00
26f206d0e1 phram dtb reserved-memory needs no-map
8cd068ea68 belkin rt3200: set tftp loadAddress to match u-boot
Compare 2 commits »
dan pushed to main at dan/liminix 2025-01-03 23:54:00 +00:00
350ddde260 add pkgs.openwrt_24_10
dan pushed to main at dan/liminix 2025-01-03 15:57:00 +00:00
13cb8d3692 sort imports
62b7aea8ab add btrfs.nix to outputs imports
76e3fd9a55 add rt3200 to CI
Compare 3 commits »
dan pushed to main at dan/liminix 2025-01-03 00:20:29 +00:00
92284fa9ba mtdimage can't be a default import
dan pushed to main at dan/liminix 2025-01-03 00:07:23 +00:00
a2bb55e885 oops fix syntax error
dan pushed to main at dan/liminix 2025-01-03 00:04:05 +00:00
74027b44d7 extract log persistence config from s6 to new module
ea5370b3f4 import mtdimage in outputs
55ed365920 turris omnia: default rootfs and bootloader settings
aa2160dd05 logtap: fix indentation
df414b796f drivel
Compare 6 commits »
dan pushed to main at dan/liminix 2025-01-02 14:46:43 +00:00
49432aeda5 Merge pull request 'Fix typo: Buildiing -> Building' (#15) from raboof/liminix:typo into main
3caf8a75bb Fix typo: Buildiing -> Building
Compare 2 commits »
dan merged pull request dan/liminix#15 2025-01-02 14:46:40 +00:00
Fix typo: Buildiing -> Building
dan approved dan/liminix#15 2025-01-02 14:46:21 +00:00
Fix typo: Buildiing -> Building
dan commented on pull request dan/liminix#13 2025-01-02 14:43:27 +00:00
OpenWrt One device support

That's a really good question that I should have answer for :-)

I have a hazy idea that there is a "preferred" kernel version, and building for any device which is out of date wrt that…

dan commented on pull request dan/liminix#13 2025-01-01 18:25:50 +00:00
OpenWrt One device support

Upgrading to kernel 6.6 across the board would be pretty cool but probably requires testing each device

dan pushed to main at dan/liminix 2025-01-01 18:23:07 +00:00
cc94ef57fa in rc.init copy log from previous boot to place of safety
dan commented on pull request dan/liminix#13 2025-01-01 14:37:14 +00:00
OpenWrt One device support

I'd be happy to change the default, I don't think the other FIT device cares :-)

dan commented on pull request dan/liminix#13 2025-01-01 14:35:08 +00:00
OpenWrt One device support

I believe it's something to do with presence or absence of no-map (or maybe another attribute?) in the device tree, so try playing with the fdtput commands in outputs/tftpboot.nix

(That's…

dan commented on pull request dan/liminix#13 2025-01-01 14:25:44 +00:00
OpenWrt One device support

I can't see any reference to this variable so I assume it's left over from an earlier reverted change

Should we make embedding the rootfs to the uimage an option here?

What would be the…