Hallo zusammen,
openwrt ist sehr attraktiv, weil das minimale system dazu nur 1,5 MB klein ist!
openwrt-trunk-bootstrap.sh läuft allerdings nur mit curl, was auf der Box standardmäßing nicht drin ist. Ich habe mal das angepasste Skript aus dem 1. Post inkl. statischem curl für beide Architekturen angehängt.
Nachdem chroot bekomme ich allerdings einen seltsamen Fehler:
Code:
@fritz:/# opkg install apache
Installing apache (2.2.15-3) to root...
Downloading http://downloads.openwrt.org/snapshots/trunk/ar7/packages/apache_2.2.15-3_ar7.ipk.
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for apache:
* libc * libc * libc * libc * libc * libc * libc * libc * libc * libc * libc *
* opkg_install_cmd: Cannot install package apache.
@fritz:/# opkg install libc
Unknown package 'libc'.
Collected errors:
* opkg_install_cmd: Cannot install package libc.
alles was also von libc abhängt, lässt sich einfach nicht installieren (Apache war nur ein Beispiel). libc lässt sich auch nicht installieren...