diff options
Diffstat (limited to 'openwrt/package/arptables/Makefile')
-rw-r--r-- | openwrt/package/arptables/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/arptables/Makefile b/openwrt/package/arptables/Makefile index e770fef59..018d8afd4 100644 --- a/openwrt/package/arptables/Makefile +++ b/openwrt/package/arptables/Makefile @@ -22,6 +22,7 @@ $(PKG_BUILD_DIR)/.built: $(MAKE) -C $(PKG_BUILD_DIR) \ CC=$(TARGET_CC) LD=$(TARGET_CROSS)ld \ CFLAGS="$(TARGET_CFLAGS) -Wall -I$(PKG_BUILD_DIR)/include/linux/include -I$(PKG_BUILD_DIR)/include -DARPTABLES_VERSION=\\\"$(PKG_VERSION)\\\" " + touch $@ $(IPKG_ARPTABLES): mkdir -p $(IDIR_ARPTABLES)/usr/sbin |