Changeset 3378
- Timestamp:
- 08/02/07 14:24:06 (1 year ago)
- Files:
-
- trunk/freewrt/package/mksh/Config.in (modified) (1 diff)
- trunk/freewrt/package/mksh/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/mksh/Config.in
r3261 r3378 17 17 http://mirbsd.de/mksh 18 18 19 config FWRT_PACKAGE_MKSH_ SMALL20 bool " Build an extra small mksh"19 config FWRT_PACKAGE_MKSH_FULL 20 bool " Include all features" 21 21 depends FWRT_PACKAGE_MKSH 22 22 default y 23 23 help 24 Enable this to remove a few functions from mksh to make it smaller.24 Disable this to remove a few functions from mksh to make it smaller. 25 25 Ideal for embedded systems. However, be aware you will lose some 26 26 functionality you'd otherwise expect, among these is the vi command trunk/freewrt/package/mksh/Makefile
r3357 r3378 11 11 $(eval $(call PKG_template,MKSH,mksh,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) 12 12 13 ifeq ($(strip ${FWRT_PACKAGE_MKSH_ SMALL}),y)13 ifeq ($(strip ${FWRT_PACKAGE_MKSH_FULL}),) 14 14 TCPPFLAGS+= -DMKSH_SMALL=1 15 15 endif


