Home
last modified time | relevance | path

Searched refs:linux_headers_hash (Results 1 – 1 of 1) sorted by relevance

/buildroot/utils/
A Dadd-custom-hashes102 linux_headers_hash="$BR2_GLOBAL_PATCH_DIR/linux-headers/linux-headers.hash"
103 if [ -e "$linux_hash" ] && [ -e "$linux_headers_hash" ] \
104 && cmp -s "$linux_hash" "$linux_headers_hash"; then
105 ln -sf ../linux/linux.hash "$linux_headers_hash"

Completed in 7 milliseconds