luci-0.9: change default source target to precompiled
This commit is contained in:
parent
a710515dac
commit
ff39f24b0a
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ endef
|
|||
define Package/luci-core/config
|
||||
choice
|
||||
prompt "Build Target"
|
||||
default PACKAGE_luci-core_source
|
||||
default PACKAGE_luci-core_compile
|
||||
|
||||
config PACKAGE_luci-core_compile
|
||||
bool "Precompiled"
|
||||
|
|
Loading…
Reference in a new issue