X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/8afb23270d23db6a033ba8fb77e1cf1a1d925a7c..28398504ad0bb396806c5499248e3a947851333e:/package/arptables/Makefile?ds=inline 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