ebtables: fix use of cflags
SVN-Revision: 8261
This commit is contained in:
parent
78e84a41bc
commit
4ebd9b0e6c
1 changed files with 3 additions and 0 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue