mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
iopsys: update genconfig.sh to support new path to customer directories
This commit is contained in:
parent
9f2a6f3265
commit
e60ef9d02e
2 changed files with 4 additions and 4 deletions
|
|
@ -365,8 +365,8 @@ function genconfig {
|
||||||
echo "" >> .config
|
echo "" >> .config
|
||||||
fi
|
fi
|
||||||
# hack to support custom-devices until we have deprecated this genconfig-script...
|
# hack to support custom-devices until we have deprecated this genconfig-script...
|
||||||
if [ -f "feeds/custom_devices/devices/$target/config/$BOARDTYPE/config" ]; then
|
if [ -f feeds/*"/devices/$target/config/$BOARDTYPE/config" ]; then
|
||||||
cat "feeds/custom_devices/devices/$target/config/$BOARDTYPE/config" >> .config
|
cat feeds/*"/devices/$target/config/$BOARDTYPE/config" >> .config
|
||||||
echo "" >> .config
|
echo "" >> .config
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -339,8 +339,8 @@ function genconfig_min {
|
||||||
echo "" >> .config
|
echo "" >> .config
|
||||||
fi
|
fi
|
||||||
# hack to support custom-devices until we have deprecated this genconfig-script...
|
# hack to support custom-devices until we have deprecated this genconfig-script...
|
||||||
if [ -f "feeds/custom_devices/devices/$target/config/$BOARDTYPE/config" ]; then
|
if [ -f feeds/*"/devices/$target/config/$BOARDTYPE/config" ]; then
|
||||||
cat "feeds/custom_devices/devices/$target/config/$BOARDTYPE/config" >> .config
|
cat feeds/*"/devices/$target/config/$BOARDTYPE/config" >> .config
|
||||||
echo "" >> .config
|
echo "" >> .config
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue