[Buildroot] [PATCH] ebtables: install ethertypes

Peter Korsgaard jacmet at uclibc.org
Fri Oct 25 07:21:12 UTC 2013


>>>>> "Gustavo" == Gustavo Zacarias <gustavo at zacarias.com.ar> writes:

 > It's handy and closes bug #6608.
 > Thanks to Cassiano Martin <cassiano at idbinfo.com.br> for pointing it out.

 > Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
 > ---
 >  package/ebtables/ebtables.mk | 1 +
 >  1 file changed, 1 insertion(+)

 > diff --git a/package/ebtables/ebtables.mk b/package/ebtables/ebtables.mk
 > index 116012c..c401f30 100644
 > --- a/package/ebtables/ebtables.mk
 > +++ b/package/ebtables/ebtables.mk
 > @@ -31,6 +31,7 @@ define EBTABLES_INSTALL_TARGET_CMDS
 >  	done
 >  	$(INSTALL) -m 0755 -D $(@D)/$(EBTABLES_SUBDIR)/ebtables \
 >  		$(TARGET_DIR)/sbin/ebtables
 > +	cp -f $(@D)/ethertypes $(TARGET_DIR)/etc/ethertypes

I've changed this to use $(INSTALL) and committed, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list