luci-proto-hnet: move hnet to own package
authorFlorian Eckert <redacted>
Thu, 15 Mar 2018 07:54:10 +0000 (08:54 +0100)
committerYousong Zhou <redacted>
Sun, 30 Sep 2018 09:49:09 +0000 (17:49 +0800)
This is a special proto which should go into a separate package.

Signed-off-by: Florian Eckert <redacted>
protocols/luci-proto-hnet/Makefile [new file with mode: 0644]
protocols/luci-proto-hnet/luasrc/model/cbi/admin_network/proto_hnet.lua [moved from protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_hnet.lua with 100% similarity]
protocols/luci-proto-hnet/luasrc/model/network/proto_hnet.lua [moved from protocols/luci-proto-ipv6/luasrc/model/network/proto_hnet.lua with 100% similarity]

diff --git a/protocols/luci-proto-hnet/Makefile b/protocols/luci-proto-hnet/Makefile
new file mode 100644 (file)
index 0000000..10beb03
--- /dev/null
@@ -0,0 +1,17 @@
+#
+# Copyright (C) 2018 Florian Eckert <fe@dev.tdt.de>
+#
+# This is free software, licensed under the Apache License, Version 2.0 .
+#
+
+include $(TOPDIR)/rules.mk
+
+LUCI_TITLE:=Support for hnet
+LUCI_DEPENDS:=
+
+PKG_LICENSE:=Apache-2.0
+PKG_MAINTAINER:=Steven Barth <steven@midlink.org>
+
+include ../../luci.mk
+
+# call BuildPackage - OpenWrt buildroot signature
git clone https://git.99rst.org/PROJECT