WIP: router0-dmz0: use bridge vlan filtering for the dynamic wlan interfaces

This commit is contained in:
steveej 2023-12-26 00:37:20 +01:00
parent c365970cdf
commit 8bcb433257
3 changed files with 202 additions and 64 deletions

View file

@ -96,6 +96,12 @@
hostapd_main = pkgs.hostapd.overrideDerivation(attrs: {
src = self.inputs.hostapd;
version = self.inputs.hostapd.rev;
patches = attrs.patches ++ [
(builtins.fetchurl {
url = "https://raw.githubusercontent.com/openwrt/openwrt/main/package/network/services/hostapd/patches/710-vlan_no_bridge.patch";
sha256 = "sha256:1p6fjjdwx5xrxyvllfrmvdkiji7bgx997k1qmp199bbic1fq6ks9";
})
];
});
};
};