WIP: wake-on-lan: use own patch since peetz0r doesnt apply

this patch might not actually be necessary
This commit is contained in:
Colin 2023-09-19 11:40:02 +00:00
parent 9d1ebd38ce
commit 201bfb922d

View File

@ -17,6 +17,7 @@ let
# - `git fetch torvalds`
# - `git bundle unbundle orange-pi-active.bundle`
# - there should be some new tag, like `refs/tags/orange-pi-6.4-20230907-1427`
# - see: <https://xnux.eu/log/094.html>
# OLD METHOD (pre-2023/09):
# - `git fetch` from megous' repo (https://github.com/megous/linux.git).
# - there should be some new tag, like `orange-pi-6.1-blah`. use that.
@ -132,10 +133,16 @@ let
# in particular this allows WiFi calls to be received while the phone is otherwise sleeping.
# additional userspace configuration is necessary to enable this.
# see: <https://gist.github.com/Peetz0r/bf8fd93a60962b4afcf2daeb4305da40>
# see: <https://xnux.eu/log/031.html>
# see: <https://irclog.whitequark.org/linux-sunxi/2021-02-19>
name = "enable-wowlan-in-rtl8723cs";
# patch = fetchpatch {
# url = "https://gist.githubusercontent.com/Peetz0r/bf8fd93a60962b4afcf2daeb4305da40/raw/7697bc9c36d75cc1a44dc164b60412a34a8bf2c4/enable-wowlan-in-rtl8723cs.patch";
# hash = "sha256-jXe3dHBHggdGKN8cHH4zqY9HLtZ2axXcgYO//6j9qIY=";
# };
patch = fetchpatch {
url = "https://gist.githubusercontent.com/Peetz0r/bf8fd93a60962b4afcf2daeb4305da40/raw/7697bc9c36d75cc1a44dc164b60412a34a8bf2c4/enable-wowlan-in-rtl8723cs.patch";
hash = "sha256-jXe3dHBHggdGKN8cHH4zqY9HLtZ2axXcgYO//6j9qIY=";
url = "https://git.uninsane.org/colin/linux/commit/afd6514fd3098047000b3f1f198c2256478dce46.patch";
hash = "sha256-8OtGXpCPJbk3c3Z4DcurS0F+Ogqx+xahEv+256+4dcY=";
};
}
] ++ lib.optionals (!withModemPower) [