hide mount hack behind a configure switch

the mount hack has nothing to do with coolstream hardware, but with
broken userspace, thus hide it behind a configure switch

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1123 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: a55a7e6eb8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-02-08 (Tue, 08 Feb 2011)



------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2011-02-08 12:52:20 +00:00
parent 10f0914cee
commit def3a1161b
2 changed files with 5 additions and 1 deletions

View File

@@ -2302,7 +2302,7 @@ int CNeutrinoApp::run(int argc, char **argv)
saveSetup(NEUTRINO_SETTINGS_FILE);
}
#ifdef HAVE_COOL_HARDWARE
#ifdef ASSUME_NO_MDEV
system("mkdir /media/sda1 2> /dev/null");
system("mount /media/sda1 2> /dev/null");
system("mkdir /media/sdb1 2> /dev/null");