Changeset 6900408 in freewrt
- Timestamp:
- Jun 10, 2006, 2:49:11 PM (20 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 933c912
- Parents:
- 14ccb40
- Location:
- package/busybox
- Files:
-
- 2 edited
-
Config.in (modified) (1 diff)
-
config/loginutils/Config.in (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/busybox/Config.in
r14ccb40 r6900408 13 13 Most people will answer Y. 14 14 15 config BR2_PACKAGE_BUSYBOX_SNAPSHOT16 bool "Use the daily snapshot of busybox?"17 depends BR2_PACKAGE_BUSYBOX18 depends CONFIG_DEVEL19 default n20 help21 Use the latest busybox CVS snapshot instead of release.22 23 For fun, you should say Y.24 25 15 menu "Busybox Configuration" 26 16 depends BR2_PACKAGE_BUSYBOX -
package/busybox/config/loginutils/Config.in
r14ccb40 r6900408 8 8 config BUSYBOX_CONFIG_FEATURE_SHADOWPASSWDS 9 9 bool "Support for shadow passwords" 10 default n10 default y 11 11 help 12 12 Build support for shadow password in /etc/shadow. This file is only … … 16 16 config BUSYBOX_CONFIG_USE_BB_SHADOW 17 17 bool #" Use busybox shadow password functions" 18 default n18 default y 19 19 depends on BUSYBOX_CONFIG_USE_BB_PWD_GRP && BUSYBOX_CONFIG_FEATURE_SHADOWPASSWDS 20 20 help … … 35 35 config BUSYBOX_CONFIG_USE_BB_PWD_GRP 36 36 bool "Use internal password and group functions rather than system functions" 37 default n37 default y 38 38 help 39 39 If you leave this disabled, busybox will use the system's password … … 87 87 bool " Support utmp file" 88 88 depends on BUSYBOX_CONFIG_GETTY || BUSYBOX_CONFIG_LOGIN || BUSYBOX_CONFIG_SU || BUSYBOX_CONFIG_WHO 89 default n89 default y 90 90 help 91 91 The file /var/run/utmp is used to track who is currently logged in. … … 134 134 config BUSYBOX_CONFIG_SU 135 135 bool "su" 136 default n136 default y 137 137 select BUSYBOX_CONFIG_FEATURE_SUID 138 138 help
Note:
See TracChangeset
for help on using the changeset viewer.
