Changeset 6ae749f in freewrt
- Timestamp:
- Oct 24, 2006, 10:03:17 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 2b62bdd
- Parents:
- 476ba24
- Location:
- package/mtd
- Files:
-
- 1 deleted
- 2 edited
-
Config.in (modified) (1 diff)
-
Makefile (modified) (3 diffs)
-
ipkg/mtd-static.control (deleted)
Legend:
- Unmodified
- Added
- Removed
-
package/mtd/Config.in
r476ba24 r6ae749f 12 12 Update utility for trx firmware images. 13 13 14 config FWRT_PACKAGE_MTD_STATIC15 prompt "mtd-static........................ Update utility for trx firmware images (statically linked)"16 tristate17 default n18 help19 Update utility for trx firmware images (statically linked). To update20 from other firmware or older incompatible releases.21 -
package/mtd/Makefile
r476ba24 r6ae749f 17 17 18 18 $(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)))20 19 21 20 $(WRKBUILD)/.prepared: … … 28 27 $(WRKBUILD)/.built: 29 28 $(TARGET_CC) $(TARGET_CFLAGS) -o $(WRKBUILD)/mtd mtd.c 30 $(TARGET_CC) -static $(TARGET_CFLAGS) -o $(WRKBUILD)/mtd-static mtd.c31 29 touch $@ 32 30 … … 36 34 $(RSTRIP) $(IDIR_MTD) 37 35 $(IPKG_BUILD) $(IDIR_MTD) $(PACKAGE_DIR) 38 39 $(IPKG_MTD_STATIC):40 $(INSTALL_DIR) $(IDIR_MTD_STATIC)/sbin41 $(INSTALL_BIN) $(WRKBUILD)/mtd-static $(IDIR_MTD_STATIC)/sbin42 $(RSTRIP) $(IDIR_MTD_STATIC)43 $(IPKG_BUILD) $(IDIR_MTD_STATIC) $(PACKAGE_DIR)
Note:
See TracChangeset
for help on using the changeset viewer.
