From fe60f798a2e0e67b5f50e2724662e807fa528a7e Mon Sep 17 00:00:00 2001 From: Bruce Leidl Date: Wed, 28 Mar 2018 11:10:06 -0400 Subject: [PATCH] this one seems not good, kernel started to oops --- meta-citadel/recipes-citadel/citadel-config/citadel-config.bb | 2 -- .../citadel-config/files/modprobe.d/wifi_powersave.conf | 2 -- 2 files changed, 4 deletions(-) delete mode 100644 meta-citadel/recipes-citadel/citadel-config/files/modprobe.d/wifi_powersave.conf diff --git a/meta-citadel/recipes-citadel/citadel-config/citadel-config.bb b/meta-citadel/recipes-citadel/citadel-config/citadel-config.bb index 728ef6b..cb5ccd2 100644 --- a/meta-citadel/recipes-citadel/citadel-config/citadel-config.bb +++ b/meta-citadel/recipes-citadel/citadel-config/citadel-config.bb @@ -16,7 +16,6 @@ DEFAULT_REALM_UNITS = "\ MODPROBE_CONFIG = "\ file://modprobe.d/audio_powersave.conf \ - file://modprobe.d/wifi_powersave.conf \ " SYSCTL_CONFIG = "\ @@ -107,7 +106,6 @@ do_install() { install -m 0644 ${WORKDIR}/polkit/citadel.rules ${D}${sysconfdir}/polkit-1/rules.d/ install -m 0644 ${WORKDIR}/modprobe.d/audio_powersave.conf ${D}${sysconfdir}/modprobe.d/ - install -m 0644 ${WORKDIR}/modprobe.d/wifi_powersave.conf ${D}${sysconfdir}/modprobe.d/ ln -s /storage/citadel-state/resolv.conf ${D}${sysconfdir}/resolv.conf ln -s /dev/null ${D}${sysconfdir}/tmpfiles.d/etc.conf diff --git a/meta-citadel/recipes-citadel/citadel-config/files/modprobe.d/wifi_powersave.conf b/meta-citadel/recipes-citadel/citadel-config/files/modprobe.d/wifi_powersave.conf deleted file mode 100644 index 7fafbf6..0000000 --- a/meta-citadel/recipes-citadel/citadel-config/files/modprobe.d/wifi_powersave.conf +++ /dev/null @@ -1,2 +0,0 @@ -options iwlwifi power_save=1 d0i3_disable=0 uapsd_disable=0 -options iwldvm force_cam=0