1
0
mirror of https://github.com/freifunk-gluon/packages.git synced 2024-06-13 10:49:17 +02:00
gluon-packages/net/ebtables-tiny/Makefile
2018-04-09 14:55:25 +02:00

26 lines
527 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=ebtables-tiny
PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0
include $(INCLUDE_DIR)/package.mk
define Package/ebtables-tiny
SECTION:=net
CATEGORY:=Network
SUBMENU:=Firewall
CONFLICTS:=ebtables
TITLE:=Ethernet bridge firewall administration utility (tiny)
endef
TARGET_CFLAGS += -fvisibility=hidden
define Package/ebtables-tiny/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/ebtables $(1)/usr/sbin/ebtables-tiny
endef
$(eval $(call BuildPackage,ebtables-tiny))