mid-kid
10 years ago
4 changed files with 1032 additions and 7 deletions
File diff suppressed because it is too large
@ -0,0 +1,13 @@ |
|||||
|
name=busybox |
||||
|
version=1.22.1 |
||||
|
|
||||
|
dlextract "http://www.busybox.net/downloads/$name-$version.tar.bz2" \ |
||||
|
"" |
||||
|
extrafile "busybox.config" |
||||
|
|
||||
|
mv busybox.config "$name-$version/.config" |
||||
|
cd "$name-$version" |
||||
|
|
||||
|
make |
||||
|
install -D busybox "$dir_install/tools/bin/busybox" |
||||
|
"$dir_install/tools/bin/busybox" --install "$dir_install/tools/bin" |
Loading…
Reference in new issue