diff options
author | David Schleef <ds@schleef.org> | 2002-02-15 23:12:53 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2002-02-15 23:12:53 +0000 |
commit | 277f85d1ddae4fb204604fa9fcceb78a7c4eeb82 (patch) | |
tree | af0e80c7dab537cd7093179f038523d2f7ea47c2 | |
parent | 8841a5a7741572a68d44057ab002f839b039bc93 (diff) |
Try adding mipsel to the architectures
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 288a211c8..1f481d2ad 100755 --- a/debian/rules +++ b/debian/rules @@ -33,7 +33,7 @@ p_gcc=uclibc$(target_suffix)-toolchain debian/control: debian/control.in debian/rules sed -e s/_TARGET_/$(target_suffix)/ \ - -e "s/_ARCHS_/arm i386 m68k mips powerpc sh sparc/" \ + -e "s/_ARCHS_/arm i386 m68k mips mipsel powerpc sh sparc/" \ -e "s/_KERNEL_/$(kernel_source)/" \ debian/control.in >debian/control |