Changeset a6a8032 in freewrt
- Timestamp:
- Aug 2, 2007, 2:24:06 PM (18 years ago)
- Children:
- 3574c62
- Parents:
- a9754ce
- Location:
- package/mksh
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
package/mksh/Config.in
ra9754ce ra6a8032 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 -
package/mksh/Makefile
ra9754ce ra6a8032 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
Note:
See TracChangeset
for help on using the changeset viewer.
