3 include $(TOPDIR
)/rules.mk
8 PKG_MD5SUM
:=1672244603c8979577aa4738be35a759
9 PKG_SOURCE_URL
:=@SF
/ebtables
10 PKG_SOURCE
:=$(PKG_NAME
)-v
$(PKG_VERSION
).
tar.gz
11 PKG_BUILD_DIR
:=$(BUILD_DIR
)/$(PKG_NAME
)-v
$(PKG_VERSION
)
14 include $(TOPDIR
)/package
/rules.mk
16 $(eval
$(call PKG_template
,ARPTABLES
,arptables
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(ARCH
)))
18 $(PKG_BUILD_DIR
)/.configured
:
21 $(PKG_BUILD_DIR
)/.built
:
22 $(MAKE
) -C
$(PKG_BUILD_DIR
) \
23 CC
=$(TARGET_CC
) LD
=$(TARGET_CROSS
)ld \
24 COPT_FLAGS
="$(TARGET_CFLAGS)" \
25 KERNEL_DIR
="./include/linux"
29 install -d
-m0755
$(IDIR_ARPTABLES
)/usr
/sbin
30 install -m0755
$(PKG_BUILD_DIR
)/arptables
$(IDIR_ARPTABLES
)/usr
/sbin
/
31 $(RSTRIP
) $(IDIR_ARPTABLES
)
32 $(IPKG_BUILD
) $(IDIR_ARPTABLES
) $(PACKAGE_DIR
)
This page took 0.039742 seconds and 5 git commands to generate.