Compare commits

...

1 Commits

Author SHA1 Message Date
Lukasz Kotasa
43c55c6630 Revert "iopsys-econet: Clean warnings in genconfig"
This reverts commit a06e9017bd
2021-08-20 08:39:49 +00:00

View File

@@ -387,6 +387,7 @@ function genconfig {
subtarget="en7562"
echo "CONFIG_TARGET_${target}=y" >> .config
echo "CONFIG_TARGET_${target}_${subtarget}=y" >> .config
echo "CONFIG_TARGET_${target}_${subtarget}_DEVICE_${BOARDTYPE}=y" >> .config
elif [ "$target" = "iopsys_bcm27xx" ]; then
subtarget="iopsys_bcm2711"
echo "CONFIG_TARGET_${target}=y" >> .config