Skip to content

Instantly share code, notes, and snippets.

@vogelj
vogelj / cc.retroshare.RetroShare.yaml
Created March 4, 2019 18:00
retroshare flatpak manifest
app-id: cc.retroshare.RetroShare
runtime: org.kde.Platform
runtime-version: "5.12"
sdk: org.kde.Sdk
command: retroshare
finish-args:
- --socket=pulseaudio
- --socket=wayland
- --socket=x11
- --share=network
--- a/ax88179_178a.c 2020-04-27 05:21:40.000000000 +0200
+++ b/ax88179_178a.c 2021-03-03 14:27:01.441353744 +0100
@@ -1027,7 +1027,7 @@
.ndo_set_features = ax88179_set_features,
#endif
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 12, 0)
- .ndo_get_stats64 = usbnet_get_stats64,
+ .ndo_get_stats64 = dev_get_tstats64,
#endif
};