projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add iw utility (untested)
[openwrt.git]
/
package
/
ebtables
/
Makefile
diff --git
a/package/ebtables/Makefile
b/package/ebtables/Makefile
index
907c693
..
9f61c87
100644
(file)
--- a/
package/ebtables/Makefile
+++ b/
package/ebtables/Makefile
@@
-10,7
+10,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=ebtables
PKG_VERSION:=2.0.8-rc2
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
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
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/
define Package/ebtables/install
$(INSTALL_DIR) $(1)/etc
$(INSTALL_DATA) $(PKG_BUILD_DIR)/ethertypes $(1)/etc/
This page took
0.0213 seconds
and
4
git commands to generate.