Compare commits

..

No commits in common. "baad4190fe23ddcd3aa38d9235439cee779979d0" and "b2e55cc70d134afe3966fbc167235f92f176231a" have entirely different histories.

6 changed files with 2 additions and 34 deletions

5
.gitmodules vendored
View File

@ -1,9 +1,6 @@
[submodule "buildroot"] [submodule "buildroot"]
path = buildroot path = buildroot
url = https://github.com/Telos4/buildroot.git url = https://github.com/buildroot/buildroot.git
[submodule "door_control"] [submodule "door_control"]
path = door_control path = door_control
url = ssh://irgit@imaginaerraum.de:2201/apo/DoorControl.git url = ssh://irgit@imaginaerraum.de:2201/apo/DoorControl.git
[submodule "door_admin"]
path = door_admin
url = ssh://irgit@imaginaerraum.de:2201/Telos4/DoorAdmin.git

View File

@ -1,3 +1,2 @@
source "$BR2_EXTERNAL_DOOR_PI_PATH/package/poll_desfire/Config.in" 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/libfreefare_git/Config.in"
source "$BR2_EXTERNAL_DOOR_PI_PATH/package/door_admin/Config.in"

View File

@ -1,12 +0,0 @@
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

View File

@ -1,15 +0,0 @@
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 4b2a0a6e2b1373ae7f7eccb1e7ed05b442af22a0 Subproject commit 21eb7775510d76163c2159bca14d3802283119e3

@ -1 +0,0 @@
Subproject commit daed27372bdbeb7d0fe5995b9c411b09a1e7b831