source: freewrt/package/Config.in.runtime@ 7ab3cbf

freewrt_1_0 freewrt_2_0
Last change on this file since 7ab3cbf was eb12bb9, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

use VERSION in package path for ipkg

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@844 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 854 bytes
Line 
1comment "Runtime Configuration"
2
3config 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
14config 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
21config 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.