Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 17
and
Version 18
of
buildroot
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
12/23/2019 06:22:50 PM (
5 years
ago)
Author:
Cale Collins
Comment:
fixed syntax error
Legend:
Unmodified
Added
Removed
Modified
buildroot
v17
v18
428
428
function get_update_part
429
429
{
430
CURRENT_PART="${CURRENT_ROOT:
-/dev/mmcblk0p2}"
430
CURRENT_PART="${CURRENT_ROOT:
-/dev/mmcblk0p2}"
431
431
if [ $CURRENT_PART = "/dev/mmcblk0p2" ]; then
432
432
UPDATE_PART="3";