freewrt_1_0
freewrt_2_0
| Line | |
|---|
| 1 | comment "Runtime Configuration"
|
|---|
| 2 |
|
|---|
| 3 | config FWRT_RUNTIME_PACKAGES_URL
|
|---|
| 4 | string "Packages URL"
|
|---|
| 5 | default ""
|
|---|
| 6 | help
|
|---|
| 7 | Predefine the URL where "ipkg" looks for packages
|
|---|
| 8 | @TARGET@ works as placeholder for "<boardtype>-<kernel>" i.e. "brcm-2.4"
|
|---|
| 9 | so you can configure different URLs for different targets with a single string
|
|---|
| 10 |
|
|---|
| 11 | Leave empty to use distribution default:
|
|---|
| 12 | http://www.freewrt.org/downloads/@VERSION@/@TARGET@/packages
|
|---|
| 13 |
|
|---|
| 14 | config FWRT_RUNTIME_PASSWORD
|
|---|
| 15 | string "admin and root password"
|
|---|
| 16 | default "FreeWRT"
|
|---|
| 17 | help
|
|---|
| 18 | Predefine the admin and root password enabled in the the built image
|
|---|
| 19 | - Leave empty to disable password login
|
|---|
| 20 |
|
|---|
| 21 | config FWRT_RUNTIME_SSHKEY
|
|---|
| 22 | string "SSH public key (root user only)"
|
|---|
| 23 | default ""
|
|---|
| 24 | help
|
|---|
| 25 | Paste your generated SSH public key here and it will be embedded into
|
|---|
| 26 | the built image, so you can use it to login instantly.
|
|---|
| 27 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.