lfs: delete crda

net-wireless/crda is unused.

BUG=b:311707951
TEST=N/A

Change-Id: I4b28aac4f3d791801d6d08b1f8cba241b140eb26
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosutils/+/7102023
Reviewed-by: Leandro Lovisolo <lovisolo@google.com>
Tested-by: David Ruth <druth@chromium.org>
Commit-Queue: David Ruth <druth@chromium.org>
1 file changed
tree: a0d93bdd309848680eef81007d240929aee6891c
  1. bin/
  2. build_library/
  3. hooks/
  4. lib/
  5. mod_for_test_scripts/
  6. .gitignore
  7. build_kernel_image.sh
  8. common.sh
  9. cros_show_stacks
  10. DIR_METADATA
  11. image_to_vm.sh
  12. make_netboot.sh
  13. mod_image_for_recovery.sh
  14. mount_gpt_image.sh
  15. OWNERS
  16. PRESUBMIT.cfg
  17. README.md
  18. update_bootloaders.sh
  19. update_kernel.sh
README.md

src/scripts directory

This repository contains build tools and scripts written in shell (e.g., Bash). Historically, much of our build process was written in shell in this directory, however, we're currently in the process of migrating many scripts to Python in Chromite.

In general, we're not currently accepting new scripts in this directory.

If you want to host a script for yourself/local team, feel free to use the src/platform/dev/contrib/ directory instead.