diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-08-30 22:24:16 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-08-30 22:24:16 +0000 |
commit | 82914583a98af72e6e117e3ca2feffdf532e3eb5 (patch) | |
tree | ea2cf80acd699a9dec48f75ceeaceb73cafcda79 /package/rt2x00/src/rt2x00_compat.h | |
parent | 939c7224a20d18899a087ec648aa0fdb7b6870d8 (diff) | |
download | mtk-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.h | 2 |
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 |