From 3ea9b615fcc23fd0abc8ccb9ffac625e110d2c67 Mon Sep 17 00:00:00 2001 From: Zero_Chaos Date: Sat, 19 Jun 2010 17:43:31 +0000 Subject: [PATCH] compat-wireless: helps when I commit all the patches --- .../files/fix-typos-2.6.35_rc2.patch | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 net-wireless/compat-wireless/files/fix-typos-2.6.35_rc2.patch diff --git a/net-wireless/compat-wireless/files/fix-typos-2.6.35_rc2.patch b/net-wireless/compat-wireless/files/fix-typos-2.6.35_rc2.patch new file mode 100644 index 000000000..d3ac64d81 --- /dev/null +++ b/net-wireless/compat-wireless/files/fix-typos-2.6.35_rc2.patch @@ -0,0 +1,24 @@ +commit e96ac45542ab5f02d2b13981df3a9c34d990afbf +Author: Rick Farina +Date: Mon Jun 14 00:40:03 2010 -0400 + + [PATCH]compat: trivial fix for typo in config.mk + + In config.mk we find "# CONFIG_RT2X00_LIB_DEBUGFS" which clearly + should have an "=y" at the end like ever other config line. + + Signed-off-by: Rick Farina + +diff --git a/config.mk b/config.mk +index 0001a7d..adebbbf 100644 +--- a/config.mk ++++ b/config.mk +@@ -453,7 +453,7 @@ CONFIG_RT2X00_LIB_FIRMWARE=y + CONFIG_RT2X00_LIB_CRYPTO=y + CONFIG_RT2X00_LIB_LEDS=y + # CONFIG_RT2X00_DEBUG=y +-# CONFIG_RT2X00_LIB_DEBUGFS ++# CONFIG_RT2X00_LIB_DEBUGFS=y + endif + + ifeq ($(NEED_RT2X00_FIRMWARE),y)