mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 02:11:19 +08:00
29 lines
624 B
Makefile
29 lines
624 B
Makefile
# SPDX-License-Identifier: MIT
|
|
#
|
|
# Copyright (C) 2020-2025 muink <https://github.com/muink>
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_NAME:=luci-app-change-mac
|
|
PKG_VERSION:=0.3.9
|
|
#PKG_RELEASE:=1
|
|
|
|
LUCI_TITLE:=LuCI for MAC address randomizer
|
|
LUCI_DEPENDS:=+bash +rgmac +getopt
|
|
|
|
LUCI_DESCRIPTION:=Assign a random MAC address to the designated interface on every time boot.
|
|
|
|
PKG_MAINTAINER:=Anya Lin <hukk1996@gmail.com>
|
|
PKG_LICENSE:=MIT
|
|
|
|
define Package/$(LUCI_NAME)/conffiles
|
|
/etc/config/change-mac
|
|
endef
|
|
|
|
define Package/$(LUCI_NAME)/prerm
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|