Package: uboot-envtools Version: 20080520-4 Severity: normal Tags: patch The binary works fine, but the config file usr/share/doc/uboot-envtools/examples/lsmipsel.config seems to have the wrong MTD name listed. It shows mtd3, but from my use it works only w/ mtd0. The other values seem to be correct.
--- usr-old/share/doc/uboot-envtools/examples/lsmipsel.config 2009-07-28 10:59:26.000000000 -0500 +++ usr/share/doc/uboot-envtools/examples/lsmipsel.config 2009-08-07 08:50:57.000000000 -0500 @@ -3,4 +3,4 @@ # environment sector is assumed present. # MTD device name Device offset Env. size Flash sector size -/dev/mtd3 0x30000 0x10000 0x10000 +/dev/mtd0 0x30000 0x10000 0x10000 -- System Information: Debian Release: 5.0.2 Architecture: mipsel (mips) Kernel: Linux 2.6.30.4 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/bash Versions of packages uboot-envtools depends on: ii libc6 2.7-18 GNU C Library: Shared libraries uboot-envtools recommends no packages. uboot-envtools suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

