mirror of https://github.com/hak5/openwrt-owl.git
parent
1e21e3b514
commit
36c2bfcdb2
|
@ -1,12 +1,12 @@
|
||||||
config AT91_DFBOOT
|
config AT91_DFBOOT
|
||||||
bool "Build dataflashboot loader"
|
bool "Build dataflashboot loader"
|
||||||
depends TARGET_at91
|
depends TARGET_at91
|
||||||
default y
|
default n
|
||||||
|
|
||||||
config AT91_UBOOT
|
config AT91_UBOOT
|
||||||
bool "Build U-Boot bootloader"
|
bool "Build U-Boot bootloader"
|
||||||
depends TARGET_at91
|
depends TARGET_at91
|
||||||
default y
|
default n
|
||||||
|
|
||||||
config UBOOT_TARGET
|
config UBOOT_TARGET
|
||||||
string "U-Boot target board"
|
string "U-Boot target board"
|
||||||
|
|
Loading…
Reference in New Issue