install missing ebtables files
SVN-Revision: 3923
This commit is contained in:
parent
528df9c647
commit
4615af9dd3
1 changed files with 5 additions and 0 deletions
|
@ -25,8 +25,13 @@ endef
|
|||
define Package/ebtables/install
|
||||
install -d -m0755 $(1)/etc
|
||||
install -m0644 $(PKG_BUILD_DIR)/ethertypes $(1)/etc/
|
||||
install -d -m0755 $(1)/usr/lib/ebtables
|
||||
install -m0755 $(PKG_BUILD_DIR)/lib*.so $(1)/usr/lib/
|
||||
install -m0755 $(PKG_BUILD_DIR)/extensions/*.so $(1)/usr/lib/ebtables/
|
||||
install -d -m0755 $(1)/usr/sbin
|
||||
install -m0755 $(PKG_BUILD_DIR)/ebtables $(1)/usr/sbin/
|
||||
install -m0755 $(PKG_BUILD_DIR)/ebtables-save $(1)/usr/sbin/
|
||||
install -m0755 $(PKG_BUILD_DIR)/ebtables-restore $(1)/usr/sbin/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,ebtables))
|
||||
|
|
Loading…
Reference in a new issue