Skip to content

Commit

Permalink
kernel: add shell_bash patches
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Nov 7, 2024
1 parent e3bbdd3 commit afa9e9f
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
11 changes: 11 additions & 0 deletions make/kernel/patches/4.4.271/4040_08.00/010-shell_bash.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- linux-4.4/Makefile
+++ linux-4.4/Makefile
@@ -4,6 +4,8 @@
EXTRAVERSION =
NAME = Blurry Fish Butt

+SHELL := bash
+
# *DOCUMENTATION*
# To see a list of typical targets execute "make help"
# More info can be located in ./README
11 changes: 11 additions & 0 deletions make/kernel/patches/4.4.271/7510_08.00/010-shell_bash.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- linux-4.4/Makefile
+++ linux-4.4/Makefile
@@ -4,6 +4,8 @@
EXTRAVERSION =
NAME = Blurry Fish Butt

+SHELL := bash
+
# *DOCUMENTATION*
# To see a list of typical targets execute "make help"
# More info can be located in ./README
11 changes: 11 additions & 0 deletions make/kernel/patches/4.4.271/7530_08.00/010-shell_bash.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- linux-4.4/Makefile
+++ linux-4.4/Makefile
@@ -4,6 +4,8 @@
EXTRAVERSION =
NAME = Blurry Fish Butt

+SHELL := bash
+
# *DOCUMENTATION*
# To see a list of typical targets execute "make help"
# More info can be located in ./README

0 comments on commit afa9e9f

Please sign in to comment.