diff --git a/SOURCES/kernel-x86_64.config b/SOURCES/kernel-x86_64.config
index 246994e..d8f162a 100644
--- a/SOURCES/kernel-x86_64.config
+++ b/SOURCES/kernel-x86_64.config
@@ -2742,8 +2742,15 @@ CONFIG_BRCMFMAC_PCIE=y
 CONFIG_WLAN_VENDOR_INTEL=y
 # CONFIG_IPW2100 is not set
 # CONFIG_IPW2200 is not set
-# CONFIG_IWL4965 is not set
-# CONFIG_IWL3945 is not set
+CONFIG_IWLEGACY=m
+CONFIG_IWL4965=m
+CONFIG_IWL3945=m
+
+#
+# iwl3945 / iwl4965 Debugging Options
+#
+# CONFIG_IWLEGACY_DEBUG is not set
+# CONFIG_IWLEGACY_DEBUGFS is not set
 CONFIG_IWLWIFI=m
 CONFIG_IWLWIFI_LEDS=y
 CONFIG_IWLDVM=m
diff --git a/SPECS/kernel-plus.spec b/SPECS/kernel-plus.spec
index a5ae0aa..9e6e2c1 100644
--- a/SPECS/kernel-plus.spec
+++ b/SPECS/kernel-plus.spec
@@ -39,7 +39,7 @@
 %global zipsed -e 's/\.ko$/\.ko.xz/'
 %endif
 
-%define dist .el8_1.centos.plus
+%define dist .el8.centos.plus
 # define buildid .local
 
 %define rpmversion 4.18.0
@@ -2427,7 +2427,7 @@ fi
 - Apply driver patches imported from ELRepo
 - Add device IDs that have been removed from RHEL 8 kernels (megaraid_sas and mpt3sas)
 - Apply patche for e1000 from kernel.org [bug#16284]
-- Enabled be2net, iwl4965 and iwl3945
+- Enabled some SCSI devices, be2net, iwl4965 and iwl3945
 
 * Thu Sep 26 2019 Herton R. Krzesinski <herton@redhat.com> [4.18.0-147.el8]
 - [x86] perf/x86/intel: Fix spurious NMI on fixed counter (Michael Petlan) [1755110]