X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/f52d66ff00b24111f87c274d3d7085ef2e1d27b1..a4a6443af12b7758b12020f561fa7fe2e0a3e87f:/package/arptables/Makefile diff --git a/package/arptables/Makefile b/package/arptables/Makefile index 0518e8ea3..ac3639a0f 100644 --- a/package/arptables/Makefile +++ b/package/arptables/Makefile @@ -24,6 +24,7 @@ define Package/arptables SECTION:=net CATEGORY:=Network TITLE:=ARP firewalling software + DEPENDS:=+kmod-arptables URL:=http://ebtables.sourceforge.net endef @@ -35,7 +36,7 @@ define Build/Compile 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