[AR7] build cpmac driver
[openwrt.git] / package / ebtables / Makefile
index 907c693..9f61c87 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ebtables
 PKG_VERSION:=2.0.8-rc2
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SF/ebtables
@@ -27,6 +27,9 @@ define Package/ebtables
   URL:=http://ebtables.sourceforge.net/
 endef
 
+MAKE_FLAGS += \
+       CFLAGS="$(TARGET_CFLAGS)"
+
 define Package/ebtables/install
        $(INSTALL_DIR) $(1)/etc
        $(INSTALL_DATA) $(PKG_BUILD_DIR)/ethertypes $(1)/etc/
This page took 0.028393 seconds and 4 git commands to generate.