summaryrefslogtreecommitdiff
path: root/package/rt2x00/src/rt2x00_compat.h
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-08-30 22:24:16 +0000
committerNicolas Thill <nico@openwrt.org>2007-08-30 22:24:16 +0000
commit82914583a98af72e6e117e3ca2feffdf532e3eb5 (patch)
treeea2cf80acd699a9dec48f75ceeaceb73cafcda79 /package/rt2x00/src/rt2x00_compat.h
parent939c7224a20d18899a087ec648aa0fdb7b6870d8 (diff)
downloadmtk-20170518-82914583a98af72e6e117e3ca2feffdf532e3eb5.zip
mtk-20170518-82914583a98af72e6e117e3ca2feffdf532e3eb5.tar.gz
mtk-20170518-82914583a98af72e6e117e3ca2feffdf532e3eb5.tar.bz2
more rt2x00 fixes (thanks to sn9): * pkg: add missing kmod dependencies and autoloads * src: change #warning to #error when checking kconfig * src: remove uneeded config file
SVN-Revision: 8560
Diffstat (limited to 'package/rt2x00/src/rt2x00_compat.h')
-rw-r--r--package/rt2x00/src/rt2x00_compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rt2x00/src/rt2x00_compat.h b/package/rt2x00/src/rt2x00_compat.h
index ca51224..83d4f99 100644
--- a/package/rt2x00/src/rt2x00_compat.h
+++ b/package/rt2x00/src/rt2x00_compat.h
@@ -38,7 +38,7 @@
#if (defined(CONFIG_RT2500USB) || defined(CONFIG_RT73USB))
#if (!defined(CONFIG_USB) && !defined(CONFIG_USB_MODULE))
-#warning USB has been disabled in your kernel!
+#error USB has been disabled in your kernel!
#endif
#endif