source: freewrt/package/mtd/Config.in@ 6ae749f

freewrt_1_0 freewrt_2_0
Last change on this file since 6ae749f was 6ae749f, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

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

  • Property mode set to 100644
File size: 449 bytes
Line 
1config FWRT_PACKAGE_MTD
2 prompt "mtd............................... Update utility for trx firmware images"
3 tristate
4 default y if FWRT_TARGET_ROOTFS_JFFS2
5 default y if FWRT_TARGET_ROOTFS_SQUASHFS_SYMLINKS
6 default y if FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY
7 default n
8 depends on FWRT_TARGET_ROOTFS_JFFS2 || \
9 FWRT_TARGET_ROOTFS_SQUASHFS_SYMLINKS || \
10 FWRT_TARGET_ROOTFS_SQUASHFS_OVERLAY
11 help
12 Update utility for trx firmware images.
13
Note: See TracBrowser for help on using the repository browser.