mirror of
https://github.com/kenzok8/small-package
synced 2025-09-20 19:11:30 +08:00
12 lines
273 B
Makefile
12 lines
273 B
Makefile
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI for sysupgrade
|
|
LUCI_DEPENDS:=+luci-base
|
|
PKG_MAINTAINER:=Kiddin'
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|