SECTION:=net
CATEGORY:=Network
TITLE:=ARP firewalling software
+ DEPENDS:=+kmod-arptables
URL:=http://ebtables.sourceforge.net
endef
endef
define Package/arptables/install
- install -m0755 -d $(1)/usr/sbin
+ $(INSTALL_DIR) $(1)/usr/sbin
$(CP) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/sbin/
endef