mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 17:04:35 +04:00
Refine legacy rule detection to avoid false positives generated by the iptables-nft compatibility layer on fw4 systems. The logic now prioritizes `iptables-legacy-save` for accuracy, while retaining `iptables-save` as a fallback to ensure backward compatibility with fw3. Signed-off-by: Tokisaki-Galaxy <starmaster@outlook.sg>
20 lines
400 B
Makefile
20 lines
400 B
Makefile
#
|
|
# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI Status Pages
|
|
LUCI_DEPENDS:=+luci-base +libiwinfo +rpcd-mod-iwinfo
|
|
|
|
PKG_RELEASE:=3
|
|
PKG_BUILD_DEPENDS:=iwinfo
|
|
PKG_LICENSE:=Apache-2.0
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
|
|