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
312 B
Makefile
15 lines
312 B
Makefile
1 year ago
|
include $(TOPDIR)/rules.mk
|
||
|
|
||
|
LUCI_TITLE:=Web UI for smstools3
|
||
|
LUCI_DEPENDS:=+smstools3 +iconv +luci-compat
|
||
|
PKG_LICENSE:=GPLv3
|
||
|
PKG_VERSION:=0.0.8-2
|
||
|
|
||
|
define Package/luci-app-smstools3/postrm
|
||
|
rm -f /etc/config/smstools3
|
||
|
endef
|
||
|
|
||
|
include $(TOPDIR)/feeds/luci/luci.mk
|
||
|
|
||
|
# call BuildPackage - OpenWrt buildroot signature
|