Makefile 419 B

1234567891011121314151617
  1. #
  2. # Copyright (C) 2022 Jaymin Patel <jem.patel@gmail.com>
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. include $(TOPDIR)/rules.mk
  6. PKG_LICENSE:=GPL-2.0-or-later
  7. PKG_MAINTAINER:=Jaymin Patel <jem.patel@gmail.com>
  8. LUCI_TITLE:=LuCI support for the Keepalived
  9. LUCI_DEPENDS:=+luci-base +keepalived +keepalived-sync
  10. include ../../luci.mk
  11. # call BuildPackage - OpenWrt buildroot signature