replace lots of manual install commands with INSTALL_* variables
[openwrt.git] / package / arptables / Makefile
index 0518e8e..ac3639a 100644 (file)
@@ -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
 
This page took 0.023227 seconds and 4 git commands to generate.