diff --git a/pkgs/openwrt/default.nix b/pkgs/openwrt/default.nix index 53bd0a5a..c8f32f5c 100644 --- a/pkgs/openwrt/default.nix +++ b/pkgs/openwrt/default.nix @@ -34,4 +34,5 @@ in { applyPatches.ath79 = doPatch "ath79"; applyPatches.ramips = doPatch "ramips"; applyPatches.mediatek = doPatch "mediatek"; # aarch64 + applyPatches.mvebu = doPatch "mvebu"; # arm }