Changeset 6ae749f in freewrt


Ignore:
Timestamp:
Oct 24, 2006, 10:03:17 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
2b62bdd
Parents:
476ba24
Message:

remove mtd-static package, we just need a mtd-static binary for tools directory, but not as package

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1004 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package/mtd
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • package/mtd/Config.in

    r476ba24 r6ae749f  
    1212          Update utility for trx firmware images.
    1313
    14 config FWRT_PACKAGE_MTD_STATIC
    15         prompt "mtd-static........................ Update utility for trx firmware images (statically linked)"
    16         tristate
    17         default n
    18         help
    19           Update utility for trx firmware images (statically linked). To update
    20           from other firmware or older incompatible releases.
    21 
  • package/mtd/Makefile

    r476ba24 r6ae749f  
    1717
    1818$(eval $(call PKG_template,MTD,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
    19 $(eval $(call PKG_template,MTD_STATIC,mtd-static,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
    2019
    2120$(WRKBUILD)/.prepared:
     
    2827$(WRKBUILD)/.built:
    2928        $(TARGET_CC) $(TARGET_CFLAGS) -o $(WRKBUILD)/mtd mtd.c
    30         $(TARGET_CC) -static $(TARGET_CFLAGS) -o $(WRKBUILD)/mtd-static mtd.c
    3129        touch $@
    3230
     
    3634        $(RSTRIP) $(IDIR_MTD)
    3735        $(IPKG_BUILD) $(IDIR_MTD) $(PACKAGE_DIR)
    38 
    39 $(IPKG_MTD_STATIC):
    40         $(INSTALL_DIR) $(IDIR_MTD_STATIC)/sbin
    41         $(INSTALL_BIN) $(WRKBUILD)/mtd-static $(IDIR_MTD_STATIC)/sbin
    42         $(RSTRIP) $(IDIR_MTD_STATIC)
    43         $(IPKG_BUILD) $(IDIR_MTD_STATIC) $(PACKAGE_DIR)
Note: See TracChangeset for help on using the changeset viewer.