gluon/package/gluon-ebtables/Makefile

43 lines
767 B
Makefile
Raw Normal View History

2013-09-28 20:03:20 +00:00
include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-ebtables
PKG_VERSION:=1
2013-09-28 20:03:20 +00:00
PKG_RELEASE:=1
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
include ../gluon.mk
2013-09-28 20:03:20 +00:00
2016-07-10 18:08:44 +00:00
2013-09-28 20:03:20 +00:00
define Package/gluon-ebtables
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Ebtables support
DEPENDS:=+gluon-core +ebtables +kmod-ebtables-ipv4 +kmod-ebtables-ipv6 +kmod-ipt-core
2013-09-28 20:03:20 +00:00
endef
define Package/gluon-ebtables/description
Gluon community wifi mesh firmware framework: ebtables support
endef
define Build/Prepare
mkdir -p $(PKG_BUILD_DIR)
endef
define Build/Configure
endef
define Build/Compile
endef
define Package/gluon-ebtables/install
$(CP) ./files/* $(1)/
endef
define Package/gluon-ebtables/postinst
#!/bin/sh
$(call GluonCheckSite,check_site.lua)
endef
2013-09-28 20:03:20 +00:00
$(eval $(call BuildPackage,gluon-ebtables))