summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/recipes-kernel/iwlwifi/iwlwifi_git.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/common/recipes-kernel/iwlwifi/iwlwifi_git.bb b/common/recipes-kernel/iwlwifi/iwlwifi_git.bb
index 53568e95..c0bf3d36 100644
--- a/common/recipes-kernel/iwlwifi/iwlwifi_git.bb
+++ b/common/recipes-kernel/iwlwifi/iwlwifi_git.bb
@@ -26,11 +26,8 @@ do_configure() {
26MODULES_INSTALL_TARGET="install" 26MODULES_INSTALL_TARGET="install"
27do_install_append() { 27do_install_append() {
28 ## install configs and service scripts 28 ## install configs and service scripts
29 install -d ${D}${sbindir} ${D}${sysconfdir}/modprobe.d 29 install -d ${D}${sysconfdir}/modprobe.d
30 install -m 0644 ${WORKDIR}/iwlwifi.conf ${D}${sysconfdir}/modprobe.d 30 install -m 0644 ${WORKDIR}/iwlwifi.conf ${D}${sysconfdir}/modprobe.d
31
32 ## this gets generated for no good reason. delete it.
33 rm -rf ${D}/usr
34} 31}
35 32
36SYSTEMD_AUTO_ENABLE_${PN} = "enable" 33SYSTEMD_AUTO_ENABLE_${PN} = "enable"