mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
update: move RELEASE_CYCLE define to configure.ac
Origin commit data
------------------
Branch: ni/coolstream
Commit: 32a5689d19
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-12-26 (Tue, 26 Dec 2017)
Origin message was:
------------------
- update: move RELEASE_CYCLE define to configure.ac
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
AC_INIT(NI-Neutrino,3.50.0)
|
||||
define(ver_major, 3)
|
||||
define(ver_minor, 50)
|
||||
define(ver_micro, 0)
|
||||
|
||||
AC_INIT(NI-Neutrino, ver_major.ver_minor.ver_micro)
|
||||
AM_INIT_AUTOMAKE([1.0.1 nostdinc])
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
|
||||
|
||||
AC_DEFINE(RELEASE_CYCLE, "ver_major.0", [Release cycle information; used in update code])
|
||||
|
||||
TUXBOX_APPS
|
||||
TUXBOX_APPS_DIRECTORY
|
||||
TUXBOX_APPS_PKGCONFIG
|
||||
|
@@ -91,7 +91,6 @@ extern int allow_flash;
|
||||
|
||||
#define LIST_OF_UPDATES_LOCAL_FILENAME "coolstream.list"
|
||||
#define UPDATE_LOCAL_FILENAME "update.img"
|
||||
#define RELEASE_CYCLE "3.0"
|
||||
#define FILEBROWSER_UPDATE_FILTER "img"
|
||||
|
||||
#define MTD_OF_WHOLE_IMAGE 0
|
||||
|
Reference in New Issue
Block a user