Compare commits
3 Commits
eba54804d3
...
dev
| Author | SHA1 | Date | |
|---|---|---|---|
| 5b9f1f2f39 | |||
| c5bfc7907b | |||
| 533b0b5ffc |
@@ -519,6 +519,8 @@ from_source() {
|
|||||||
local pkg config commit seed_file description
|
local pkg config commit seed_file description
|
||||||
local -a make_opts
|
local -a make_opts
|
||||||
local -a config_opts=(
|
local -a config_opts=(
|
||||||
|
"CONFIG_TARGET_${TARGET%%/*}=y"
|
||||||
|
"CONFIG_TARGET_${TARGET//\//_}=y"
|
||||||
"CONFIG_TARGET_PROFILE=DEVICE_$DEVICE"
|
"CONFIG_TARGET_PROFILE=DEVICE_$DEVICE"
|
||||||
"CONFIG_TARGET_${TARGET//\//_}_DEVICE_$DEVICE=y"
|
"CONFIG_TARGET_${TARGET//\//_}_DEVICE_$DEVICE=y"
|
||||||
"CONFIG_TARGET_ROOTFS_${FILESYSTEM^^}=y"
|
"CONFIG_TARGET_ROOTFS_${FILESYSTEM^^}=y"
|
||||||
|
|||||||
Reference in New Issue
Block a user