mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-09 23:34:51 +01:00
(cherry picked from commit 54f08fc89b)
Co-authored-by: Reidar Cederqvist <reidar.cederqvist@genexis.eu>
18 lines
359 B
Makefile
18 lines
359 B
Makefile
#
|
|
# Copyright (C) 2023 IOPSYS
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=sulu-base
|
|
PKG_VERSION:=5.3.8
|
|
|
|
PKG_SOURCE_PROTO:=git
|
|
PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu.git
|
|
PKG_SOURCE_VERSION:=d539ffdea1640b7cdeb55765c5737d8d7b6ab630
|
|
PKG_MIRROR_HASH:=skip
|
|
|
|
SULU_MOD:=core
|
|
include ../sulu-builder/sulu.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|