Changeset 356d3a6 in freewrt for package/Config.shell
- Timestamp:
- Jul 27, 2006, 3:04:40 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 4e0f7fd
- Parents:
- f2e3b63e
- File:
-
- 1 edited
-
package/Config.shell (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/Config.shell
rf2e3b63e r356d3a6 1 1 # $FreeWRT$ 2 2 3 comment "Shell selection" 3 comment "Shell selection --" 4 comment "Building shell packages and configuring their features" 5 source "package/busybox/config/shell/Config.in" 6 source "package/mksh/Config.in" 7 comment "Selecting appropriate shells from these enabled above" 4 8 choice 5 9 prompt "Choose the default bourne shell (/bin/sh)" 6 default BUSYBOX_CONFIG_FEATURE_SH_IS_ASH 10 default BUSYBOX_CONFIG_FEATURE_SH_IS_ASH if BUSYBOX_CONFIG_ASH 11 default FWRT_PACKAGE_MKSH_AS_BINSH if FWRT_PACKAGE_MKSH 7 12 help 8 13 Choose a shell which is to be used for /bin/sh. 9 14 The ash shell is the most bash-compatible shell 10 15 and full-featured one in busybox; mksh is a bit 11 more heavy-weight but feature-complete. 16 more heavy-weight but feature-complete. The other 17 shells probably do not work as /bin/sh in FreeWRT. 12 18 13 19 config BUSYBOX_CONFIG_FEATURE_SH_IS_ASH 14 selectBUSYBOX_CONFIG_ASH20 depends BUSYBOX_CONFIG_ASH 15 21 bool "ash (busybox)" 16 22 help … … 22 28 23 29 config FWRT_PACKAGE_MKSH_AS_BINSH 24 selectFWRT_PACKAGE_MKSH30 depends FWRT_PACKAGE_MKSH 25 31 select BUSYBOX_CONFIG_FEATURE_SH_IS_NONE 26 32 bool "mksh" … … 34 40 35 41 config BUSYBOX_CONFIG_FEATURE_SH_IS_HUSH 36 selectBUSYBOX_CONFIG_HUSH42 depends BUSYBOX_CONFIG_HUSH 37 43 bool "hush (busybox)" 38 44 help … … 47 53 48 54 config BUSYBOX_CONFIG_FEATURE_SH_IS_LASH 49 selectBUSYBOX_CONFIG_LASH55 depends BUSYBOX_CONFIG_LASH 50 56 bool "lash (busybox)" 51 57 help … … 58 64 59 65 config BUSYBOX_CONFIG_FEATURE_SH_IS_MSH 60 selectBUSYBOX_CONFIG_MSH66 depends BUSYBOX_CONFIG_MSH 61 67 bool "msh (busybox)" 62 68 help … … 71 77 72 78 choice 73 prompt "Choose the login shell for admin" 74 default FWRT_BASEFILES_ADMIN_ASH 79 prompt "Choose the login shell for the admin user" 80 default FWRT_BASEFILES_ADMIN_ASH if BUSYBOX_CONFIG_ASH 81 default FWRT_BASEFILES_ADMIN_MKSH if FWRT_PACKAGE_MKSH 82 default FWRT_BASEFILES_ADMIN_SH if (!BUSYBOX_CONFIG_ASH && !FWRT_PACKAGE_MKSH) 75 83 help 76 84 Choose a shell which is to be used as the default login
Note:
See TracChangeset
for help on using the changeset viewer.
