I built the image with openwrt 8.09 kamikaze distro. It boots up to
the kernel but there are a few problems.
- modules do not get installed. something to do with autoloading of
modules in kernel.. this I believe I can fix.
- a few tools like bash do not run.

uClibc config, buildroot config and the kernel config differ in the
following way which I am concerned about. Could the following cause
problems?

1. uClibc:
CONFIG_I486 set

2. OpenWRT config has    "-march=586"  (by default it is i486 and I
changed it to i586).
3. Kernel configuration has "CONFIG_MGEODE_LX set"
#
# Processor type and features
#
CONFIG_X86_PC=y
CONFIG_MGEODE_LX=y
CONFIG_X86_GENERIC=y

ARCH should be i386. What are the correct values for the processor type?
OpenWRT 8.09  uses GCC version 4.2.4.

thanks!
_______________________________________________
Soekris-tech mailing list
[email protected]
http://lists.soekris.com/mailman/listinfo/soekris-tech

Reply via email to