Compare commits
6 Commits
b2e55cc70d
...
baad4190fe
Author | SHA1 | Date | |
---|---|---|---|
baad4190fe | |||
0aad665b0e | |||
efba18563e | |||
eb9e307846 | |||
405dbd0b9f | |||
76da40fd64 |
5
.gitmodules
vendored
5
.gitmodules
vendored
|
@ -1,6 +1,9 @@
|
|||
[submodule "buildroot"]
|
||||
path = buildroot
|
||||
url = https://github.com/buildroot/buildroot.git
|
||||
url = https://github.com/Telos4/buildroot.git
|
||||
[submodule "door_control"]
|
||||
path = door_control
|
||||
url = ssh://irgit@imaginaerraum.de:2201/apo/DoorControl.git
|
||||
[submodule "door_admin"]
|
||||
path = door_admin
|
||||
url = ssh://irgit@imaginaerraum.de:2201/Telos4/DoorAdmin.git
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
source "$BR2_EXTERNAL_DOOR_PI_PATH/package/poll_desfire/Config.in"
|
||||
source "$BR2_EXTERNAL_DOOR_PI_PATH/package/libfreefare_git/Config.in"
|
||||
source "$BR2_EXTERNAL_DOOR_PI_PATH/package/door_admin/Config.in"
|
||||
|
|
12
br_external/package/door_admin/Config.in
Normal file
12
br_external/package/door_admin/Config.in
Normal file
|
@ -0,0 +1,12 @@
|
|||
config BR2_PACKAGE_DOOR_ADMIN
|
||||
bool "door_admin"
|
||||
select BR2_PACKAGE_PYTHON_PAHO_MQTT
|
||||
select BR2_PACKAGE_PYTHON_BLEACH
|
||||
select BR2_PACKAGE_PYTHON_FLASK
|
||||
select BR2_PACKAGE_PYTHON_FLASK_WTF
|
||||
select BR2_PACKAGE_PYTHON_FLASK_SECURITY_TOO
|
||||
select BR2_PACKAGE_PYTHON_FLASK_SQLALCHEMY
|
||||
help
|
||||
Simple web interface for door token adminstration
|
||||
|
||||
https://git.imaginaerraum.de/Telos4/DoorAdmin
|
15
br_external/package/door_admin/door_admin.mk
Normal file
15
br_external/package/door_admin/door_admin.mk
Normal file
|
@ -0,0 +1,15 @@
|
|||
DOOR_ADMIN_VERSION = 0.0.5
|
||||
DOOR_ADMIN_SOURCE = door_admin_v$(DOOR_ADMIN_VERSION).tar.gz
|
||||
DOOR_ADMIN_SITE = https://git.imaginaerraum.de/Telos4/DoorAdmin/archive
|
||||
DOOR_ADMIN_DEPENDENCIES = python-flask-security-too python-flask-wtf python-flask-sqlalchemy
|
||||
DOOR_ADMIN_LICENSE = GPL-3.0
|
||||
|
||||
define DOOR_ADMIN_INSTALL_STAGING_CMDS
|
||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) PREFIX=$(STAGING_DIR) install
|
||||
endef
|
||||
|
||||
define DOOR_ADMIN_INSTALL_TARGET_CMDS
|
||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) PREFIX=$(TARGET_DIR) install
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
|
@ -1 +1 @@
|
|||
Subproject commit 21eb7775510d76163c2159bca14d3802283119e3
|
||||
Subproject commit 4b2a0a6e2b1373ae7f7eccb1e7ed05b442af22a0
|
1
door_admin
Submodule
1
door_admin
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit daed27372bdbeb7d0fe5995b9c411b09a1e7b831
|
Loading…
Reference in New Issue
Block a user