From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxxxxxxxx> Upstream commit 465d036de8310671c5ed6ad161276d30c05f952b Signed-off-by: Luis R. Rodriguez <mcgrof@xxxxxxxxxxxxxxxx> --- scripts/driver-select | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/driver-select b/scripts/driver-select index 885033f..e5cc177 100755 --- a/scripts/driver-select +++ b/scripts/driver-select @@ -183,6 +183,10 @@ function disable_80211 { perl -i -ne 'print if ! /CONFIG_COMPAT_WIRELESS/' Makefile } +function disable_drm { + perl -i -ne 'print if ! /CONFIG_COMPAT_VIDEO_MODULES/' Makefile +} + function disable_bt_usb_ethernet { backup_file Makefile disable_usbnet @@ -205,6 +209,7 @@ function enable_only_ethernet { disable_usbnet disable_var_03 disable_bt + disable_drm # rfkill may be needed if you enable b44 as you may have b43 disable_rfkill disable_80211 -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html