From 3f0f621809ce3d357b2ef7d2e9d595fde886cd6b Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Fri, 24 Nov 2023 22:43:58 +0000 Subject: [PATCH] openwrt patches for mvebu (armv7l) --- pkgs/openwrt/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/openwrt/default.nix b/pkgs/openwrt/default.nix index 53bd0a5..c8f32f5 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 }