blob: 62988ebe490b97f15daee0fbd74a5384154148bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
config BR2_TARGET_UBOOT
bool "Das U-Boot Boot Monitor"
depends on BR2_TARGET_AT91
depends on !BR2_TARGET_AT91SAM9260PF
default n
help
Build "Das U-Boot" Boot Monitor
config BR2_TARGET_UBOOT_SERVERIP
string "server ip"
depends on BR2_TARGET_UBOOT
default "10.175.196.221"
help
TFTP server ip address
config BR2_TARGET_UBOOT_IPADDR
string "ip address"
depends on BR2_TARGET_UBOOT
default "10.175.196.18"
help
TFTP server ip address
config BR2_TARGET_UBOOT_GATEWAY
string "gateway ip"
depends on BR2_TARGET_UBOOT
default "10.175.196.1"
help
Gateway ip address
config BR2_TARGET_UBOOT_NETMASK
string "netmask"
depends on BR2_TARGET_UBOOT
default "255.255.255.0"
help
Network Mask
config BR2_TARGET_UBOOT_ETHADDR
string "Ethernet address"
depends on BR2_TARGET_UBOOT
default "04:25:fe:ed:00:18"
help
Target ip address, this should be changed for production units
|