pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Fwd: Error bootstrapping pkgsrc Q3-2017 on MIPS Linux
My openwrt setup is too minimal to run the bootstrap script. does this
patch work?
Index: bootstrap
===================================================================
RCS file: /cvsroot/pkgsrc/bootstrap/bootstrap,v
retrieving revision 1.244
diff -u -r1.244 bootstrap
--- bootstrap 22 Oct 2017 19:29:20 -0000 1.244
+++ bootstrap 21 Nov 2017 19:11:21 -0000
@@ -720,6 +720,7 @@
case "$machine_arch" in
i?86) machine_arch=i386 ;;
ppc64le) machine_arch=powerpc64le ;;
+ mips) machine_arch=mipsel ;;
esac
;;
Minix)
Home |
Main Index |
Thread Index |
Old Index