mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
18 lines
373 B
Makefile
18 lines
373 B
Makefile
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
# Copyright (C) 2015 GuoGuo <gch981213@gmail.com>
|
|
# Copyright (C) 2025 ImmortalWrt.org
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI support for ARP binding
|
|
LUCI_DEPENDS:=+ip
|
|
|
|
define Package/luci-app-arpbind/conffiles
|
|
/etc/config/arpbind
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|