diff options
author | Dave Jones <davej@redhat.com> | 2012-01-19 16:13:59 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2012-01-19 16:13:59 -0500 |
commit | 71e66499675973749e213d4f324ca09f109d1c28 (patch) | |
tree | ef1fe6ab3cf0ebd1b74569f867febd0001dc4184 | |
parent | 4ff232877a36fa92cc61219a032eb6a31b5023fb (diff) | |
download | kernel-71e66499675973749e213d4f324ca09f109d1c28.tar.gz kernel-71e66499675973749e213d4f324ca09f109d1c28.tar.xz kernel-71e66499675973749e213d4f324ca09f109d1c28.zip |
add bug #'s
-rw-r--r-- | Makefile.release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.release b/Makefile.release index 2ef19fe0e..195515218 100644 --- a/Makefile.release +++ b/Makefile.release @@ -77,5 +77,5 @@ config-release: # Change defaults back to sane things. @perl -pi -e 's/CONFIG_MAXSMP=y/# CONFIG_MAXSMP is not set/' config-x86-generic - # Disable UAS for release until it's ready. + # Disable UAS for release until it's ready. (#717633, #744099) @perl -pi -e 's/CONFIG_USB_UAS=m/# CONFIG_USB_UAS is not set/' config-generic |