OpenWRT: Difference between revisions

Pigs (talk | contribs)
m Add category networking
Jfly (talk | contribs)
OpenWRT buildroot: add some missing packages
 
(One intermediate revision by one other user not shown)
Line 56: Line 56:
         ncurses
         ncurses
         unzip
         unzip
         python3
         (python3.withPackages (ps: [ps.setuptools]))
         cdrtools
         cdrtools
        swig
       ];
       ];
       hardeningDisable = [ "all" ];
       hardeningDisable = [ "all" ];
Line 68: Line 69:
Dewclaw, a semi-declarative OpenWrt configuration tool, allows building configs for OpenWRT ([https://discourse.nixos.org/t/dewclaw-semi-declarative-openwrt-configurations/33993 announcement]).  It works by mapping UCI configuration options to Nix. The original project has been picked up and now can be found here: https://github.com/MakiseKurisu/dewclaw.
Dewclaw, a semi-declarative OpenWrt configuration tool, allows building configs for OpenWRT ([https://discourse.nixos.org/t/dewclaw-semi-declarative-openwrt-configurations/33993 announcement]).  It works by mapping UCI configuration options to Nix. The original project has been picked up and now can be found here: https://github.com/MakiseKurisu/dewclaw.


[Category:Networking]
[[Category:Networking]]