]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/backports
kernel: Add a preliminary kernel from the i586 PAE configuration
[ipfire-2.x.git] / lfs / backports
index 59baaccb239e761b505ff79903393b9bdee563e7..0bc64474198ba02c16b7f004d40a08dd7e4b16a6 100644 (file)
@@ -113,6 +113,10 @@ endif
        cd $(DIR_APP) && sed -i -e "s/CPTCFG_CFG80211_DEFAULT_PS=y/# CPTCFG_CFG80211_DEFAULT_PS is not set/g" .config
        cd $(DIR_APP) && sed -i -e "s/CPTCFG_NFC=m/# CPTCFG_NFC is not set/g" .config
 
+ifeq "$(MACHINE)" "x86_64"
+       cd $(DIR_APP) && sed -i -e "s/CPTCFG_LIBERTAS_UAP=m/# CPTCFG_LIBERTAS_UAP is not set/g" .config
+endif
+
        # Disable some modules (build fail)
        cd $(DIR_APP) && sed -i -e "s/CPTCFG_VIDEO_VIA_CAMERA=m/# CPTCFG_VIDEO_VIA_CAMERA is not set/g" .config