Changeset b4f0684 in freewrt


Ignore:
Timestamp:
Jan 6, 2007, 7:02:30 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Children:
9c0eb89
Parents:
cd85de7
Message:

start with arptables

git-svn-id: svn://www.freewrt.org/branches/common-adk@1454 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/arptables/Makefile

    rcd85de7 rb4f0684  
    2121$(eval $(call PKG_template,ARPTABLES,arptables,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
    2222
    23 $(WRKBUILD)/.configured:
    24         touch $@
     23BUILD_STYLE=            auto
     24INSTALL_STYLE=          auto
    2525
    26 $(WRKBUILD)/.built:
    27         $(MAKE) -C $(WRKBUILD) \
    28                 CC="$(TARGET_CC)" LD=$(TARGET_CROSS)ld \
    29                 COPT_FLAGS="$(TARGET_CFLAGS)" \
    30                 KERNEL_DIR="./include/linux"
    31         touch $@
    32 
    33 $(IPKG_ARPTABLES):
     26post-install:
    3427        $(INSTALL_DIR) $(IDIR_ARPTABLES)/usr/sbin
    3528        $(INSTALL_BIN) $(WRKBUILD)/arptables $(IDIR_ARPTABLES)/usr/sbin/
    36         $(RSTRIP) $(IDIR_ARPTABLES)
    37         $(IPKG_BUILD) $(IDIR_ARPTABLES) $(PACKAGE_DIR)
    3829
    3930include ${TOPDIR}/mk/pkg-bottom.mk
Note: See TracChangeset for help on using the changeset viewer.