android_external_toybox/mkroot/packages/tests
Rob Landley ec88e79aca Move mkroot/root to mkroot/packages.
Previous name made sense under scripts, but not under mkroot.
2023-07-27 08:44:55 -05:00

16 lines
597 B
Plaintext
Executable File

#!/bin/echo Try "mkroot/mkroot.sh $0"
# Alas http://www.linux-usb.org/usb.ids is not versioned, so...
download 36d4e16755502fbc684be75e56841e1014e4a94a \
https://github.com/usbids/usbids/raw/a5edeafb6099/usb.ids
# Nor is https://pci-ids.ucw.cz/v2.2/pci.ids (tool version, not file version)
download 6694284723e034f0c564e81a30879939d5ef8b7e \
https://github.com/pciutils/pciids/raw/c7929c0f9480/pci.ids
cp "$DOWNLOAD"/{usb,pci}.ids "$ROOT/etc/" || exit 1
# Enable module support in the kernel and add a couple test modules
KEXTRA=MODULES,MODULE_UNLOAD,"$KEXTRA"
MODULES+=FSCACHE,CACHEFILES