summaryrefslogtreecommitdiffstats
path: root/Makefile.release
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.release')
-rw-r--r--Makefile.release2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.release b/Makefile.release
index dbb28b3e6..f911ec650 100644
--- a/Makefile.release
+++ b/Makefile.release
@@ -76,3 +76,5 @@ config-release:
# Change defaults back to sane things.
@perl -pi -e 's/CONFIG_NR_CPUS=512/CONFIG_NR_CPUS=256/' config-x86_64-generic
+ # Disable UAS for release until it's ready.
+ @perl -pi -e 's/CONFIG_USB_UAS=m/# CONFIG_USB_UAS is not set/' config-generic