diff options
Diffstat (limited to 'applications/luci-app-babeld/Makefile')
-rw-r--r-- | applications/luci-app-babeld/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/applications/luci-app-babeld/Makefile b/applications/luci-app-babeld/Makefile new file mode 100644 index 0000000000..6af9280261 --- /dev/null +++ b/applications/luci-app-babeld/Makefile @@ -0,0 +1,9 @@ +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI support for babeld +LUCI_DEPENDS:=+babeld +luci-compat +LUCI_PKGARCH:=all + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |