mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:16:16 +02:00
added description
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a9a74eb234
commit
39abe5b822
@ -1,8 +1,11 @@
|
||||
#############################################################
|
||||
########################################################################
|
||||
#
|
||||
# ebtables
|
||||
#
|
||||
#############################################################
|
||||
# Utility that enables basic Ethernet frame filtering on a Linux bridge,
|
||||
# MAC NAT and brouting.
|
||||
#
|
||||
########################################################################
|
||||
|
||||
EBTABLES_NAME=ebtables
|
||||
EBTABLES_VERSION=v2.0.6
|
||||
@ -26,7 +29,8 @@ $(EBTABLES_BUILD_DIR)/.configured: $(EBTABLES_BUILD_DIR)/.unpacked
|
||||
$(EBTABLES_BUILD_DIR)/$(EBTABLES_NAME): $(EBTABLES_BUILD_DIR)/.configured
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
$(MAKE) -C $(EBTABLES_BUILD_DIR) \
|
||||
CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS)" LDFLAGS="$(TARGET_LDFLAGS)"
|
||||
CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS)" \
|
||||
LDFLAGS="$(TARGET_LDFLAGS)"
|
||||
|
||||
$(TARGET_DIR)/sbin/$(EBTABLES_NAME): $(EBTABLES_BUILD_DIR)/$(EBTABLES_NAME)
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
|
Loading…
Reference in New Issue
Block a user