Skip to content

Instantly share code, notes, and snippets.

@dvalter
dvalter / openwrt-2102.patch
Last active February 6, 2023 05:49
Openwrt 21.02.5 patch for MIR4A
diff --git a/package/kernel/mt76/Makefile b/package/kernel/mt76/Makefile
index 8210478c37..d9548d66cf 100644
--- a/package/kernel/mt76/Makefile
+++ b/package/kernel/mt76/Makefile
@@ -8,9 +8,9 @@ PKG_LICENSE_FILES:=
PKG_SOURCE_URL:=https://github.com/openwrt/mt76
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_DATE:=2021-12-03
-PKG_SOURCE_VERSION:=678071ef70297b7264661c356ddb3c8cf7f3c87b
@dvalter
dvalter / 0001-idcac-firefox.patch
Created September 16, 2022 21:39
I don't care about cookies diff between chrome and firefox releases as of v3.4.3
diff --git a/src/data/context-menu.js b/src/data/context-menu.js
index 0d40ee0..610c325 100644
--- a/src/data/context-menu.js
+++ b/src/data/context-menu.js
@@ -2,7 +2,13 @@

Building ROMs with microG integrated


Intro

I never thought I'd do this instead of just build normal ROMs and install microG manually just like people flashes opengapps or some other stuff, but then I found out that "LineageOS for microG" exists, stable custom ROM plus microG instead of bs out of box, nice idea isn't it?