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
This commit is contained in:
Daniel Barlow
2025-01-03 23:52:08 +00:00
parent 13cb8d3692
commit 350ddde260
4 changed files with 89 additions and 2 deletions

View File

@@ -100,6 +100,7 @@ in {
odhcp-script = callPackage ./odhcp-script { };
odhcp6c = callPackage ./odhcp6c { };
openwrt = callPackage ./openwrt { };
openwrt_24_10 = callPackage ./openwrt/2410.nix { };
output-template = callPackage ./output-template { };
ppp = callPackage ./ppp { };
pppoe = callPackage ./pppoe { };