Changeset 08ddac0 in freewrt
- Timestamp:
- Mar 9, 2007, 11:45:46 PM (19 years ago)
- Children:
- 952ddb9
- Parents:
- d3de4a1
- Location:
- package
- Files:
-
- 2 edited
-
Config.shell (modified) (1 diff)
-
base-files/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/Config.shell
rd3de4a1 r08ddac0 105 105 compatibility kludges have been removed. 106 106 107 config FWRT_BASEFILES_ADMIN_BASH 108 depends FWRT_PACKAGE_BASH 109 bool "GNU bash" 110 help 111 bash is the GNU "bourne-again" shell, a pretty bloated bourne 112 compatible shell with some basic korn shell extensions and a 113 few home-grown ones. Because it's very big and slow, it can't 114 be selected as /bin/sh. 115 107 116 config FWRT_BASEFILES_ADMIN_HUSH 108 117 depends BUSYBOX_CONFIG_HUSH -
package/base-files/Makefile
rd3de4a1 r08ddac0 10 10 PKG_NAME:= base-files 11 11 PKG_VERSION:= 1.0 12 PKG_RELEASE:= 1 812 PKG_RELEASE:= 19 13 13 WRKDIST= ${WRKDIR}/base-files 14 14 NO_DISTFILES:= 1 # should be Yes, but gmake sucks … … 40 40 ifeq (${FWRT_BASEFILES_ADMIN_MSH},y) 41 41 ADMIN_SHELL:= /bin/msh 42 endif 43 ifeq (${FWRT_BASEFILES_ADMIN_BASH},y) 44 ADMIN_SHELL:= /bin/bash 42 45 endif 43 46 … … 76 79 echo /bin/mksh >>${IDIR_BASE_FILES}/etc/shells 77 80 endif 81 ifneq (${FWRT_PACKAGE_BASH},) 82 echo /bin/bash >>${IDIR_BASE_FILES}/etc/shells 83 endif 78 84 ifneq (${FWRT_PACKAGE_MKSH_AS_BINASH},) 79 85 echo /bin/ash >>${IDIR_BASE_FILES}/etc/shells
Note:
See TracChangeset
for help on using the changeset viewer.
