mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 19:56:35 +00:00
Update tinylogin version. Update how busybox snapshot is selected.
-Erik
This commit is contained in:
parent
08782ae7d8
commit
085ba9f451
7
Makefile
7
Makefile
@ -35,9 +35,14 @@ ARCH:=i386
|
|||||||
|
|
||||||
# Enable this to use the uClibc daily snapshot instead of a released
|
# Enable this to use the uClibc daily snapshot instead of a released
|
||||||
# version. Daily snapshots may contain new features and bugfixes. Or
|
# version. Daily snapshots may contain new features and bugfixes. Or
|
||||||
# they may not even compile at all, depending on what Erik is doing...
|
# they may not even compile at all...
|
||||||
USE_UCLIBC_SNAPSHOT:=true
|
USE_UCLIBC_SNAPSHOT:=true
|
||||||
|
|
||||||
|
# Enable this to use the busybox daily snapshot instead of a released
|
||||||
|
# version. Daily snapshots may contain new features and bugfixes. Or
|
||||||
|
# they may not even compile at all....
|
||||||
|
USE_BUSYBOX_SNAPSHOT:=true
|
||||||
|
|
||||||
# Enable large file (files > 2 GB) support
|
# Enable large file (files > 2 GB) support
|
||||||
BUILD_WITH_LARGEFILE:=false
|
BUILD_WITH_LARGEFILE:=false
|
||||||
|
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
# busybox
|
# busybox
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
USE_BUSYBOX_SNAPSHOT=true
|
|
||||||
ifeq ($(USE_BUSYBOX_SNAPSHOT),true)
|
ifeq ($(USE_BUSYBOX_SNAPSHOT),true)
|
||||||
# Be aware that this changes daily....
|
# Be aware that this changes daily....
|
||||||
BUSYBOX_DIR:=$(BUILD_DIR)/busybox
|
BUSYBOX_DIR:=$(BUILD_DIR)/busybox
|
||||||
|
@ -3,10 +3,10 @@
|
|||||||
# tinylogin
|
# tinylogin
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
TINYLOGIN_DIR:=$(BUILD_DIR)/tinylogin-1.00
|
TINYLOGIN_DIR:=$(BUILD_DIR)/tinylogin-1.02
|
||||||
# FIXME - this changes daily. we should use a stable tarball and cvs up if desired
|
# FIXME - this changes daily. we should use a stable tarball and cvs up if desired
|
||||||
#TINYLOGIN_SOURCE=tinylogin-snapshot.tar.bz2
|
#TINYLOGIN_SOURCE=tinylogin-snapshot.tar.bz2
|
||||||
TINYLOGIN_SOURCE:=tinylogin-1.00.tar.bz2
|
TINYLOGIN_SOURCE:=tinylogin-1.02.tar.bz2
|
||||||
TINYLOGIN_SITE:=http://tinylogin.busybox.net/downloads
|
TINYLOGIN_SITE:=http://tinylogin.busybox.net/downloads
|
||||||
|
|
||||||
$(DL_DIR)/$(TINYLOGIN_SOURCE):
|
$(DL_DIR)/$(TINYLOGIN_SOURCE):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user