You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
300 B
Makefile
15 lines
300 B
Makefile
1 year ago
|
include $(TOPDIR)/rules.mk
|
||
|
|
||
|
LUCI_TITLE:=Web UI for atinout
|
||
|
LUCI_DEPENDS:=+atinout +luci-compat
|
||
|
PKG_LICENSE:=GPLv3
|
||
|
PKG_VERSION:=0.0.4
|
||
|
|
||
|
define Package/luci-app-atinout/postrm
|
||
|
rm -rf /etc/config/atinout
|
||
|
endef
|
||
|
|
||
|
include $(TOPDIR)/feeds/luci/luci.mk
|
||
|
|
||
|
# call BuildPackage - OpenWrt buildroot signature
|