Package: pkgsel Severity: normal Tags: patch A mipsel laptop exists now, the Lemote Yeeloong.
-- System Information: Debian Release: 5.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.18-6-amd64 (SMP w/2 CPU cores) Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
Index: pre-pkgsel.d/10laptop-detect =================================================================== --- pre-pkgsel.d/10laptop-detect (revision 56524) +++ pre-pkgsel.d/10laptop-detect (working copy) @@ -4,7 +4,7 @@ # Install laptop-detect on architectures known to have laptops case "$(archdetect)" in - i386/*|amd64/*|powerpc/*) + i386/*|amd64/*|powerpc/*|mipsel/*) apt-install laptop-detect || true ;; esac