diff options
author | Claudio Mignanti <c.mignanti@gmail.com> | 2010-07-11 12:27:09 +0000 |
---|---|---|
committer | Claudio Mignanti <c.mignanti@gmail.com> | 2010-07-11 12:27:09 +0000 |
commit | 3c64ce369f9e5b7a263ee90c9e5bfae1b7dba3b5 (patch) | |
tree | 6e86c8076c3ee08f5bb5b36ddd51b69870be60e4 /target/linux/etrax/files/drivers | |
parent | 397fefb9691030ccfe1b5884c375e6f7e11a7b7b (diff) | |
download | upstream-3c64ce369f9e5b7a263ee90c9e5bfae1b7dba3b5.tar.gz upstream-3c64ce369f9e5b7a263ee90c9e5bfae1b7dba3b5.tar.bz2 upstream-3c64ce369f9e5b7a263ee90c9e5bfae1b7dba3b5.zip |
[etrax] enable usb support by default.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22129 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/etrax/files/drivers')
-rw-r--r-- | target/linux/etrax/files/drivers/usb/host/hc-crisv10.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/etrax/files/drivers/usb/host/hc-crisv10.c b/target/linux/etrax/files/drivers/usb/host/hc-crisv10.c index 8100870c1c..34e54d9cd7 100644 --- a/target/linux/etrax/files/drivers/usb/host/hc-crisv10.c +++ b/target/linux/etrax/files/drivers/usb/host/hc-crisv10.c @@ -33,7 +33,7 @@ /***************************************************************************/ /***************************************************************************/ -#define VERSION "1.00-openwrt_diff" +#define VERSION "1.00-openwrt_diff-v1" #define COPYRIGHT "(c) 2005, 2006 Axis Communications AB" #define DESCRIPTION "ETRAX 100LX USB Host Controller" |