WIP: router0-dmz0: use bridge vlan filtering for the dynamic wlan interfaces
This commit is contained in:
parent
c365970cdf
commit
8bcb433257
3 changed files with 202 additions and 64 deletions
|
@ -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";
|
||||
})
|
||||
];
|
||||
});
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue