mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 09:42:09 +00:00
arptables: rename package to arptables-legacy
This prepare the introduction of arptables-nft. Add PROVIDES so dependencies are not broken, use ALTERNATIVES. Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
This commit is contained in:
parent
9586a270a0
commit
2f5088ef5f
@ -19,22 +19,25 @@ PKG_LICENSE:=GPL-2.0
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/arptables
|
||||
define Package/arptables-legacy
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
SUBMENU:=Firewall
|
||||
TITLE:=ARP firewalling software
|
||||
DEPENDS:=+kmod-arptables
|
||||
URL:=https://git.netfilter.org/arptables/
|
||||
PROVIDES:=arptables
|
||||
ALTERNATIVES:=\
|
||||
200:/usr/sbin/arptables:/usr/sbin/arptables-legacy
|
||||
endef
|
||||
|
||||
MAKE_FLAGS += \
|
||||
COPT_FLAGS="$(TARGET_CFLAGS) -D__OPTIMIZE__=1" \
|
||||
KERNEL_DIR="$(LINUX_DIR)"
|
||||
|
||||
define Package/arptables/install
|
||||
define Package/arptables-legacy/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(CP) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/sbin/
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/arptables $(1)/usr/sbin/arptables-legacy
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,arptables))
|
||||
$(eval $(call BuildPackage,arptables-legacy))
|
||||
|
Loading…
x
Reference in New Issue
Block a user