mirror of
https://github.com/kenzok8/openwrt-packages.git
synced 2025-01-07 03:06:43 +08:00
16 lines
327 B
Makefile
16 lines
327 B
Makefile
# Copyright (C) 2019-2020 kenzo<kenzok8@gmail.com>
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=Atmaterial_new kenzo
|
|
LUCI_DEPENDS:=
|
|
PKG_VERSION:=1.2
|
|
PKG_RELEASE:=2
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|