mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Revert "iop: genconfig: directory check before cd to it"
This reverts commit a2aa796cda.
This commit is contained in:
parent
14d6d0eaa4
commit
56b2db5817
1 changed files with 4 additions and 4 deletions
|
|
@ -21,10 +21,10 @@ function genconfig {
|
||||||
set_target() {
|
set_target() {
|
||||||
local profile=$1
|
local profile=$1
|
||||||
|
|
||||||
local iopsys_brcm63xx_mips=$([ -d target/linux/iopsys_brcm63xx_mips ] && cd target/linux/iopsys-brcm63xx-mips; ./genconfig)
|
local iopsys_brcm63xx_mips=$(cd target/linux/iopsys-brcm63xx-mips; ./genconfig)
|
||||||
local iopsys_brcm63xx_arm=$([ -d target/linux/iopsys_brcm63xx_arm ] && cd target/linux/iopsys-brcm63xx-arm; ./genconfig)
|
local iopsys_brcm63xx_arm=$(cd target/linux/iopsys-brcm63xx-arm; ./genconfig)
|
||||||
local iopsys_ramips=$([ -d target/linux/iopsys_ramips ] && cd target/linux/iopsys-ramips; ./genconfig)
|
local iopsys_ramips=$(cd target/linux/iopsys-ramips; ./genconfig)
|
||||||
local intel_mips=$([ -d target/linux/intel_mips ] && cd target/linux/intel_mips; ./genconfig)
|
local intel_mips=$(cd target/linux/intel_mips; ./genconfig)
|
||||||
|
|
||||||
if [ "$profile" == "LIST" ]
|
if [ "$profile" == "LIST" ]
|
||||||
then
|
then
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue