summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>2010-06-07 16:22:44 -0700
committerInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>2010-06-07 16:22:44 -0700
commitf6d576b07c90908086ac1bad50c4957a42be6b37 (patch)
tree4255406b5c6d3c918e2237a7c49ea1a18078d979 /README.txt
parent5ec32193140c1403a5c3942b6ccad4c7d6868bf7 (diff)
Convert all files to LF (versus CRLF) and create a .gitattributes file to do CRLF checkouts
When a CRLF checkout is needed, core.autocrlf has to be set to 'true' in .gitconfig. The settings here will preserve (disable CRLF translation) for files that absolutely won't work with CRLF (mainly shell scripts). Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt136
1 files changed, 68 insertions, 68 deletions
diff --git a/README.txt b/README.txt
index 72a052e..c2b86a6 100644
--- a/README.txt
+++ b/README.txt
@@ -1,68 +1,68 @@
-
-WiMAX Network Service for Intel Wireless WiMAX Connection 2400 based
-devices
-
-v1.5 (C) 2010 Intel Corporation (linux-wimax@intel.com)
-
-1. LICENSE
-
-The contents of this packages are licensed under the BSD
-license. Please see the LICENSE file for details.
-
-This does not apply to the files (i.e. scripts) automatically
-generated by tools like automake, autoconf, and libtool.
-
-2. RELEASE NOTES
-
-This release works with Kilmer Peak (Intel® Centrino® Advanced-N +
-WiMAX 6250) and Echo Peak (Intel® WiMAX/WiFi Link 5350 and 5150). The
-software here is not meant for commercial use and should be treated as
-experimental. WiMAX based devices typically need to go through
-rigorous carrier certification tests to be endorsed. Please contact
-Intel [linux-wimax@intel.com] if you need an officially supported
-WiMAX product.
-
- - i6x50 (Kilmer Peak) support
-
- - Open source supplicant: see http://linuxwimax.org/Download/#1.5 for
- instructions on building the WPA libeap.so library.
-
-Known issues:
-
- - Sometimes a normal scan ('wimaxcu scan') won't show all networks,
- especially MVNOs. Issue a wide scan 'wimaxcu scan wide') to
- workaround.
-
-See CHANGELOG for more details
-
-
-3. BUILD ENVIRONMENT REQUIREMENT
-
-* wimax-tools >= 1.4.3
-* Linux kernel >= 2.6.35
-* WPA open source supplicant (see http://linuxwimax.org/Download/#1.5)
-* other building tools (gcc, make, etc)
-
-
-4. COMPILATION AND INSTALLATION
-
-Configure the build; defaults should lead the system to autodetect the
-right components:
-
-$ cd path/to/source
-$ ./configure --sysconfdir=/etc
-$ make
-$ make install
-
-If you have some files / packages in non-standard locations, use:
-
- --with-linux path to the Linux kernel development headers
- --with-libwimaxll path to the wimax-tools development headers
-
-
-5. QUESTIONS? BUGS?
-
-Please direct inquiries to the mailing list at wimax@linuxwimax.org.
-
-Bug reporting through bugzilla available at
-http://linuxwimax.org/bugzilla.
+
+WiMAX Network Service for Intel Wireless WiMAX Connection 2400 based
+devices
+
+v1.5 (C) 2010 Intel Corporation (linux-wimax@intel.com)
+
+1. LICENSE
+
+The contents of this packages are licensed under the BSD
+license. Please see the LICENSE file for details.
+
+This does not apply to the files (i.e. scripts) automatically
+generated by tools like automake, autoconf, and libtool.
+
+2. RELEASE NOTES
+
+This release works with Kilmer Peak (Intel® Centrino® Advanced-N +
+WiMAX 6250) and Echo Peak (Intel® WiMAX/WiFi Link 5350 and 5150). The
+software here is not meant for commercial use and should be treated as
+experimental. WiMAX based devices typically need to go through
+rigorous carrier certification tests to be endorsed. Please contact
+Intel [linux-wimax@intel.com] if you need an officially supported
+WiMAX product.
+
+ - i6x50 (Kilmer Peak) support
+
+ - Open source supplicant: see http://linuxwimax.org/Download/#1.5 for
+ instructions on building the WPA libeap.so library.
+
+Known issues:
+
+ - Sometimes a normal scan ('wimaxcu scan') won't show all networks,
+ especially MVNOs. Issue a wide scan 'wimaxcu scan wide') to
+ workaround.
+
+See CHANGELOG for more details
+
+
+3. BUILD ENVIRONMENT REQUIREMENT
+
+* wimax-tools >= 1.4.3
+* Linux kernel >= 2.6.35
+* WPA open source supplicant (see http://linuxwimax.org/Download/#1.5)
+* other building tools (gcc, make, etc)
+
+
+4. COMPILATION AND INSTALLATION
+
+Configure the build; defaults should lead the system to autodetect the
+right components:
+
+$ cd path/to/source
+$ ./configure --sysconfdir=/etc
+$ make
+$ make install
+
+If you have some files / packages in non-standard locations, use:
+
+ --with-linux path to the Linux kernel development headers
+ --with-libwimaxll path to the wimax-tools development headers
+
+
+5. QUESTIONS? BUGS?
+
+Please direct inquiries to the mailing list at wimax@linuxwimax.org.
+
+Bug reporting through bugzilla available at
+http://linuxwimax.org/bugzilla.