mirror of
https://github.com/kiddin9/openwrt-packages.git
synced 2025-01-08 13:37:28 +08:00
17 lines
307 B
Makefile
17 lines
307 B
Makefile
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
LUCI_TITLE:=LuCI support for CodeServer
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+lsblk +docker +dockerd +luci-lib-taskd
|
|
|
|
define Package/luci-app-codeserver/conffiles
|
|
/etc/config/codeserver
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|