|
Revision 3239, 0.6 kB
(checked in by tg, 1 year ago)
|
make postinstall scripts require mksh as functions.sh does
(how good it's in lbin/ anyway)
|
| Line | |
|---|
| 1 |
config FWRT_PACKAGE_BASE_FILES |
|---|
| 2 |
prompt "base-files........................... basic filesystem layout" |
|---|
| 3 |
tristate |
|---|
| 4 |
default y |
|---|
| 5 |
select FWRT_PACKAGE_MKSH |
|---|
| 6 |
help |
|---|
| 7 |
Basic filesystem layout for FreeWRT. |
|---|
| 8 |
|
|---|
| 9 |
config FWRT_PACKAGE_CONFIG_IN_ETC |
|---|
| 10 |
prompt ".config in /etc...................... include gzipped version of .config in image" |
|---|
| 11 |
bool |
|---|
| 12 |
default y |
|---|
| 13 |
help |
|---|
| 14 |
Copy the configuration file (.config) of FreeWRT to the image. The |
|---|
| 15 |
file will be found in /etc/freewrt.config.gz. This takes about |
|---|
| 16 |
7kBytes of file system space. From this file you can always rebuild |
|---|
| 17 |
the image from source. |
|---|