mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
Please stop the flame, and keep defines the way they used to compile official images
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1124 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 37a6e0e120
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2011-02-08 (Tue, 08 Feb 2011)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -63,9 +63,9 @@ AC_ARG_ENABLE(restore-prev-mode,
|
|||||||
[ --enable-restore-prev-mode enable return from graphics mode],
|
[ --enable-restore-prev-mode enable return from graphics mode],
|
||||||
[AC_DEFINE(RETURN_FROM_GRAPHICS_MODE,1,[enable return from graphics mode])])
|
[AC_DEFINE(RETURN_FROM_GRAPHICS_MODE,1,[enable return from graphics mode])])
|
||||||
|
|
||||||
AC_ARG_ENABLE(broken-neutrino-mount-hack,
|
AC_ARG_ENABLE(mdev,
|
||||||
[ --enable-broken-neutrino-mount-hack enable broken neutrino mount hack, don't use with mdev],
|
[ --enable-mdev disable broken neutrino mount hack, use with mdev],
|
||||||
[AC_DEFINE(ASSUME_NO_MDEV,1,[enable broken neutrino mount hack, don't use with mdev])])
|
[AC_DEFINE(ASSUME_MDEV,1,[disable broken neutrino mount hack, use with mdev])])
|
||||||
|
|
||||||
#
|
#
|
||||||
# Check for libtdservicedb - the new one - for testing only
|
# Check for libtdservicedb - the new one - for testing only
|
||||||
|
@@ -2302,7 +2302,7 @@ int CNeutrinoApp::run(int argc, char **argv)
|
|||||||
saveSetup(NEUTRINO_SETTINGS_FILE);
|
saveSetup(NEUTRINO_SETTINGS_FILE);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef ASSUME_NO_MDEV
|
#ifndef ASSUME_MDEV
|
||||||
system("mkdir /media/sda1 2> /dev/null");
|
system("mkdir /media/sda1 2> /dev/null");
|
||||||
system("mount /media/sda1 2> /dev/null");
|
system("mount /media/sda1 2> /dev/null");
|
||||||
system("mkdir /media/sdb1 2> /dev/null");
|
system("mkdir /media/sdb1 2> /dev/null");
|
||||||
|
Reference in New Issue
Block a user