Files
Arch-R/packages/other/module-init-tools/build
Stephan Raue f39c6bd742 module-init-tools:
- update to module-init-tools-3.11.1
- split in host and target packages
- install modprobe and depmod from module-init-tools package to target
2009-12-05 12:24:53 +01:00

17 lines
207 B
Bash
Executable File

#!/bin/sh
. config/options
$SCRIPTS/build toolchain
cd $PKG_BUILD
mkdir -p .build-target
cd .build-target
../configure --host=$TARGET_NAME \
--build=$HOST_NAME \
make modprobe
make depmod