applications: remove LUCI_PKGARCH:=all
[project/luci.git] / applications / luci-app-keepalived / Makefile
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
6 include $(TOPDIR)/rules.mk
7
8 PKG_LICENSE:=GPL-2.0-or-later
9 PKG_MAINTAINER:=Jaymin Patel <jem.patel@gmail.com>
10
11 LUCI_TITLE:=LuCI support for the Keepalived
12 LUCI_DEPENDS:=+luci-base +keepalived +keepalived-sync
13
14 include ../../luci.mk
15
16 # call BuildPackage - OpenWrt buildroot signature
17