From 551aab62b808e07531299ac6f9f049f3c0d0a6a2 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Sat, 3 May 2014 08:52:49 -0400 Subject: Fix up Provides on kernel-module variant packages - Enable CONFIG_USB_UAS unconditionally per Hans --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 13cb2e651..386683b38 100644 --- a/Makefile +++ b/Makefile @@ -99,9 +99,6 @@ debug: @perl -pi -e 's/# CONFIG_MAXSMP is not set/CONFIG_MAXSMP=y/' config-x86-generic - @# Try out UAS in rawhide builds. - @perl -pi -e 's/# CONFIG_USB_UAS is not set/CONFIG_USB_UAS=m/' config-generic - @perl -pi -e 's/^%define debugbuildsenabled 1/%define debugbuildsenabled 0/' kernel.spec @rpmdev-bumpspec -c "Reenable debugging options." kernel.spec -- cgit