From: Nicolas Thill Date: Wed, 24 May 2006 07:00:32 +0000 (+0000) Subject: sync with trunk. X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=776a6bec7931aa8fe0d8804f3601744b710f0ae6;p=15.05%2Fopenwrt.git sync with trunk. git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3821 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/ebtables/Makefile b/package/ebtables/Makefile index df551154e2..4d40ee320b 100644 --- a/package/ebtables/Makefile +++ b/package/ebtables/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ebtables PKG_VERSION:=2.0.6 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_BUILD_DIR:=$(BUILD_DIR)/ebtables-v$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz @@ -24,8 +24,10 @@ URL:=http://ebtables.sourceforge.net/ endef define Package/ebtables/install + install -d -m0755 $(1)/etc + install -m0644 $(PKG_BUILD_DIR)/ethertypes $(1)/etc/ install -d -m0755 $(1)/usr/sbin - install -m0755 $(PKG_BUILD_DIR)/ebtables $(1)/usr/sbin/ebtables + install -m0755 $(PKG_BUILD_DIR)/ebtables $(1)/usr/sbin/ endef $(eval $(call BuildPackage,ebtables))