diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-08-14 09:01:38 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-08-14 09:01:38 +0000 |
commit | bb7369b35d559013911e1713568443e4a96f37f7 (patch) | |
tree | 0adae1e3199a1d9181f157c967e80e4b4d8ea6e4 /package/rt2x00/src | |
parent | 93b2d4d831a6400fe6f8036761b2090b25c35ad1 (diff) | |
download | upstream-bb7369b35d559013911e1713568443e4a96f37f7.tar.gz upstream-bb7369b35d559013911e1713568443e4a96f37f7.tar.bz2 upstream-bb7369b35d559013911e1713568443e4a96f37f7.zip |
Do not complain when USB is not available in our kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8411 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/rt2x00/src')
-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 83d4f9904d..ca51224717 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)) -#error USB has been disabled in your kernel! +#warning USB has been disabled in your kernel! #endif #endif |