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