Skip to content

Commit

Permalink
Upgrade to kernel 4.19.49
Browse files Browse the repository at this point in the history
- added patch for usb from 4.20 which seems to fix the wifi hang issue that happened on 4.19
- changed power management to not turn off display on inactivity as sometimes the machine doesnt wakeup properly. Need to test patch from old 4.19 branch to see if that fixes this.
  • Loading branch information
SolidHal committed Jun 10, 2019
1 parent a9627ed commit 769f481
Show file tree
Hide file tree
Showing 6 changed files with 630 additions and 564 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# You should have received a copy of the GNU General Public License
# along with PrawnOS. If not, see <https://www.gnu.org/licenses/>.

KVER=4.17.19
KVER=4.19.49
ifeq ($(PRAWNOS_SUITE),)
PRAWNOS_SUITE=buster
endif
Expand Down
2 changes: 1 addition & 1 deletion resources/BuildResources/cmdline
Original file line number Diff line number Diff line change
@@ -1 +1 @@
console=tty1 init=/sbin/init root=PARTUUID=%U/PARTNROFF=1 rootfstype=ext4 rootwait ro net.ifnames=0
console=tty1 init=/sbin/init root=PARTUUID=%U/PARTNROFF=1 rootfstype=ext4 rootwait ro net.ifnames=0 console=ttyS2,115200n8 earlyprintk=ttyS2,115200n8 loglevel=4
Loading

0 comments on commit 769f481

Please sign in to comment.