summaryrefslogtreecommitdiffstats
path: root/package/rt2x00/src/rt2x00_compat.h
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-08-30 22:24:16 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-08-30 22:24:16 +0000
commit47c286261b0e1bb4b6efc72c237a370aaf36cbd7 (patch)
treef54e29f601380998ef27d31e4d800cd7b5b752b8 /package/rt2x00/src/rt2x00_compat.h
parent4e6fd1b0dc6dd070ef616be92a398cb25199831b (diff)
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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8560 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 ca5122471..83d4f9904 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