mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-20 01:20:35 +08:00
19 lines
359 B
Makefile
19 lines
359 B
Makefile
#
|
|
# Copyright (C) 2023 IOPSYS
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=sulu-base
|
|
PKG_VERSION:=5.3.9
|
|
|
|
PKG_SOURCE_PROTO:=git
|
|
PKG_SOURCE_URL:=https://dev.iopsys.eu/websdk/sulu.git
|
|
PKG_SOURCE_VERSION:=26b72459177e77cbd88d7ced4eafa83a76ef84e6
|
|
PKG_MIRROR_HASH:=skip
|
|
|
|
SULU_MOD:=core
|
|
include ../sulu-builder/sulu.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|