<div>..../hotspot/make/linux/MakeFile has following </div><div>line (233)</div><div>SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 2.7%</div><div><br></div><div>line (239)</div><div>>&2 echo "*** This OS is not supported:" `uname -a`; exit 1;</div>
<div><br></div><div>I got error compiling hotspot pn Ubuntu 11.10 having kernel version 3.0.x</div><div><br></div><div>Changing it to </div><div>SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 2.7% 3.0%</div><div>has worked.</div><div>
<br></div><div>Will it have any sideeffects?</div><div><br></div><div>Thanks,</div><div>pubuntup</div>