X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/6852231594b1341a2273a8477829446b110cfb29..aedfb448b47d0ae314bd2bcff3ee845926654961:/package/arptables/Makefile diff --git a/package/arptables/Makefile b/package/arptables/Makefile index 018d8afd4..f024e7db1 100644 --- a/package/arptables/Makefile +++ b/package/arptables/Makefile @@ -1,8 +1,5 @@ -############################################################# -# -# arptables -# -############################################################# +# $Id$ + include $(TOPDIR)/rules.mk PKG_NAME:=arptables @@ -18,13 +15,18 @@ include $(TOPDIR)/package/rules.mk $(eval $(call PKG_template,ARPTABLES,arptables,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) +$(PKG_BUILD_DIR)/.configured: + touch $@ + $(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)\\\" " + COPT_FLAGS="$(TARGET_CFLAGS)" \ + KERNEL_DIR="./include/linux" touch $@ $(IPKG_ARPTABLES): - mkdir -p $(IDIR_ARPTABLES)/usr/sbin - cp $(PKG_BUILD_DIR)/arptables $(IDIR_ARPTABLES)/usr/sbin/ + install -d -m0755 $(IDIR_ARPTABLES)/usr/sbin + install -m0755 $(PKG_BUILD_DIR)/arptables $(IDIR_ARPTABLES)/usr/sbin/ + $(RSTRIP) $(IDIR_ARPTABLES) $(IPKG_BUILD) $(IDIR_ARPTABLES) $(PACKAGE_DIR)