Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
packages [2022/12/17 04:00] – snacsnoc | packages [2023/11/18 17:24] (current) – [Installing packages] snacsnoc | ||
---|---|---|---|
Line 1: | Line 1: | ||
===== Installing packages ====== | ===== Installing packages ====== | ||
+ | For a list of all packages available see: http:// | ||
+ | |||
'' | '' | ||
Line 24: | Line 26: | ||
===== Non-native ===== | ===== Non-native ===== | ||
+ | **Note**: It is easier to use pre-built toolchains from here: https:// | ||
+ | |||
**[[http:// | **[[http:// | ||
Line 70: | Line 74: | ||
make modules_install ARCH=x86_64 INSTALL_MOD_PATH=/ | make modules_install ARCH=x86_64 INSTALL_MOD_PATH=/ | ||
+ | ** dropbear 2022.82** | ||
+ | CC=i486-linux-musl-gcc CROSS_COMPILE=i486-linux-musl- ./configure --disable-zlib --host=i486-linux-musl --enable-static | ||
+ | CC=i486-linux-musl-gcc make PROGRAMS=" | ||
===== Native ===== | ===== Native ===== | ||
Line 81: | Line 88: | ||
So for now, the binary is just copied in a tarball | So for now, the binary is just copied in a tarball | ||
- | **[[https:// | + | **[[https:// |
- | ./configure --disable-zlib | + | ./configure --disable-zlib |
make PROGRAMS=" | make PROGRAMS=" | ||
cp dropbearmulti / | cp dropbearmulti / | ||
Line 142: | Line 149: | ||
- | ** [[http:// | + | ** [[http:// |
+ | See: https:// | ||
+ | wget http:// | ||
sed -i ' | sed -i ' | ||
# | # | ||
sed -i ' | sed -i ' | ||
+ | patch -p1 < lilo-geometry.patch | ||
make alles | make alles | ||
cp src/ | cp src/ |