aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-08-14 09:01:38 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-08-14 09:01:38 +0000
commitbb7369b35d559013911e1713568443e4a96f37f7 (patch)
tree0adae1e3199a1d9181f157c967e80e4b4d8ea6e4 /package
parent93b2d4d831a6400fe6f8036761b2090b25c35ad1 (diff)
downloadmaster-187ad058-bb7369b35d559013911e1713568443e4a96f37f7.tar.gz
master-187ad058-bb7369b35d559013911e1713568443e4a96f37f7.tar.bz2
master-187ad058-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')
-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 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