1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 11:04:10 +03:00

sync with trunk.

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3821 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2006-05-24 07:00:32 +00:00
parent 6e8ac7b3c5
commit d874300726

View File

@ -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))