mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-28 03:01:54 +08:00
18 lines
358 B
Makefile
18 lines
358 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI support for subconverter
|
|
LUCI_DEPENDS:=+subconverter +sub-web +luci-base
|
|
LUCI_PKGARCH:=all
|
|
|
|
PKG_VERSION:=1.0.0
|
|
PKG_RELEASE:=1
|
|
|
|
define Package/luci-app-subconverter/conffiles
|
|
/etc/config/subconverter
|
|
/etc/subconverter/
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|